Verdant Leaf
#817c4a
Looking for the precise values behind Verdant Leaf (#817c4a)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #817c4a | |
|---|---|---|
| RGB | rgb(129, 124, 74) | |
| HSL | hsl(55, 27%, 40%) | |
| CMYK | cmyk(0%, 4%, 43%, 49%) | |
| LAB | lab(52, -4, 28) | |
| OKLCH | oklch(0.58 0.07 103) |
Color harmonies
Tints & shades
Code snippets
color: #817c4a;
background-color: #817c4a;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF817C4A)
/* Swift / UIKit */
UIColor(red: 0.51, green: 0.49, blue: 0.29, alpha: 1.0)