Resplendent Growth
#3d8b37
Resplendent Growth, represented by the hex value #3d8b37, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #3d8b37 | |
|---|---|---|
| RGB | rgb(61, 139, 55) | |
| HSL | hsl(116, 43%, 38%) | |
| CMYK | cmyk(56%, 0%, 60%, 45%) | |
| LAB | lab(52, -38, 36) | |
| OKLCH | oklch(0.57 0.143 142) |
Color harmonies
Tints & shades
Code snippets
color: #3d8b37;
background-color: #3d8b37;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF3D8B37)
/* Swift / UIKit */
UIColor(red: 0.24, green: 0.55, blue: 0.22, alpha: 1.0)