Green Sleeves
#39766c
Looking for the precise values behind Green Sleeves (#39766c)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #39766c | |
|---|---|---|
| RGB | rgb(57, 118, 108) | |
| HSL | hsl(170, 35%, 34%) | |
| CMYK | cmyk(52%, 0%, 8%, 54%) | |
| LAB | lab(45, -23, -1) | |
| OKLCH | oklch(0.52 0.066 182) |
Color harmonies
Tints & shades
Code snippets
color: #39766c;
background-color: #39766c;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF39766C)
/* Swift / UIKit */
UIColor(red: 0.22, green: 0.46, blue: 0.42, alpha: 1.0)