Muddy Olive
#4b5d46
Muddy Olive, represented by the hex value #4b5d46, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #4b5d46 | |
|---|---|---|
| RGB | rgb(75, 93, 70) | |
| HSL | hsl(107, 14%, 32%) | |
| CMYK | cmyk(19%, 0%, 25%, 64%) | |
| LAB | lab(37, -11, 11) | |
| OKLCH | oklch(0.46 0.043 139) |
Color harmonies
Tints & shades
Code snippets
color: #4b5d46;
background-color: #4b5d46;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF4B5D46)
/* Swift / UIKit */
UIColor(red: 0.29, green: 0.36, blue: 0.27, alpha: 1.0)