Hidden Paradise
#5e8b3d
Hidden Paradise, represented by the hex value #5e8b3d, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #5e8b3d | |
|---|---|---|
| RGB | rgb(94, 139, 61) | |
| HSL | hsl(95, 39%, 39%) | |
| CMYK | cmyk(32%, 0%, 56%, 45%) | |
| LAB | lab(53, -27, 36) | |
| OKLCH | oklch(0.59 0.119 134) |
Color harmonies
Tints & shades
Code snippets
color: #5e8b3d;
background-color: #5e8b3d;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF5E8B3D)
/* Swift / UIKit */
UIColor(red: 0.37, green: 0.55, blue: 0.24, alpha: 1.0)