Botanical
#4d6e2f
Botanical, represented by the hex value #4d6e2f, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #4d6e2f | |
|---|---|---|
| RGB | rgb(77, 110, 47) | |
| HSL | hsl(91, 40%, 31%) | |
| CMYK | cmyk(30%, 0%, 57%, 57%) | |
| LAB | lab(43, -21, 31) | |
| OKLCH | oklch(0.5 0.099 132) |
Color harmonies
Tints & shades
Code snippets
color: #4d6e2f;
background-color: #4d6e2f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF4D6E2F)
/* Swift / UIKit */
UIColor(red: 0.30, green: 0.43, blue: 0.18, alpha: 1.0)