#136331
a deep, vivid green · cool · closest name: seagreen
RGB
19, 99, 49
HSL
143°, 68%, 23%
CMYK
81, 0, 51, 61
Luminance
0.0928
Every format
| HEX | #136331 |
| RGB | rgb(19, 99, 49) |
| HSL | hsl(143, 68%, 23%) |
| CMYK | cmyk(81%, 0%, 51%, 61%) |
| LAB | lab(36.5 -35.6 21.8) |
| LCH | lch(36.5 41.7 148.5) |
| OKLCH | oklch(0.441 0.110 150.8) |
Copy-ready code
/* CSS */
color: #136331;
background-color: #136331;
/* Tailwind (arbitrary) */
class="text-[#136331] bg-[#136331]"
/* SCSS */
$brand: #136331;
/* SwiftUI */
Color(red: 0.075, green: 0.388, blue: 0.192)
/* Android */
Color.parseColor("#136331")Accessibility — WCAG contrast
Aa
#136331 on white: 7.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#136331 on black: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green38.8%
Blue19.2%
CMYK percentages
Cyan80.8%
Magenta0.0%
Yellow50.5%
Key (black)61.2%
Color previews
#136331 text on a black background
contrast 2.86:1
Card sample
#136331 text on a white background
contrast 7.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #136331;
Background color
Panel with #136331 background
background-color: #136331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #136331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 99, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 99, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #136331; background: linear-gradient(135deg, #136331, #136063);