Palm Leaf
#36482f
Palm Leaf, represented by the hex value #36482f, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #36482f | |
|---|---|---|
| RGB | rgb(54, 72, 47) | |
| HSL | hsl(103, 21%, 23%) | |
| CMYK | cmyk(25%, 0%, 35%, 72%) | |
| LAB | lab(28, -12, 13) | |
| OKLCH | oklch(0.38 0.047 137) |
Color harmonies
Tints & shades
Code snippets
color: #36482f;
background-color: #36482f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF36482F)
/* Swift / UIKit */
UIColor(red: 0.21, green: 0.28, blue: 0.18, alpha: 1.0)