Olive Leaf
#4e4b35
Olive Leaf is a color with the hex code #4e4b35. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #4e4b35 | |
|---|---|---|
| RGB | rgb(78, 75, 53) | |
| HSL | hsl(53, 19%, 26%) | |
| CMYK | cmyk(0%, 4%, 32%, 69%) | |
| LAB | lab(32, -2, 14) | |
| OKLCH | oklch(0.41 0.035 101) |
Color harmonies
Tints & shades
Code snippets
color: #4e4b35;
background-color: #4e4b35;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF4E4B35)
/* Swift / UIKit */
UIColor(red: 0.31, green: 0.29, blue: 0.21, alpha: 1.0)