Heavy Green
#49583e
Looking for the precise values behind Heavy Green (#49583e)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #49583e | |
|---|---|---|
| RGB | rgb(73, 88, 62) | |
| HSL | hsl(95, 17%, 29%) | |
| CMYK | cmyk(17%, 0%, 30%, 65%) | |
| LAB | lab(36, -10, 13) | |
| OKLCH | oklch(0.44 0.045 132) |
Color harmonies
Tints & shades
Code snippets
color: #49583e;
background-color: #49583e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF49583E)
/* Swift / UIKit */
UIColor(red: 0.29, green: 0.35, blue: 0.24, alpha: 1.0)