#136c49
a deep, vivid green · cool · closest name: seagreen
RGB
19, 108, 73
HSL
156°, 70%, 25%
CMYK
82, 0, 32, 58
Luminance
0.1134
Every format
| HEX | #136c49 |
| RGB | rgb(19, 108, 73) |
| HSL | hsl(156, 70%, 25%) |
| CMYK | cmyk(82%, 0%, 32%, 58%) |
| LAB | lab(40.1 -34.1 12.6) |
| LCH | lch(40.1 36.4 159.8) |
| OKLCH | oklch(0.472 0.098 161.0) |
Copy-ready code
/* CSS */
color: #136c49;
background-color: #136c49;
/* Tailwind (arbitrary) */
class="text-[#136c49] bg-[#136c49]"
/* SCSS */
$brand: #136c49;
/* SwiftUI */
Color(red: 0.075, green: 0.424, blue: 0.286)
/* Android */
Color.parseColor("#136c49")Accessibility — WCAG contrast
Aa
#136c49 on white: 6.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#136c49 on black: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green42.4%
Blue28.6%
CMYK percentages
Cyan82.4%
Magenta0.0%
Yellow32.4%
Key (black)57.6%
Color previews
#136c49 text on a black background
contrast 3.27:1
Card sample
#136c49 text on a white background
contrast 6.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #136c49;
Background color
Panel with #136c49 background
background-color: #136c49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #136c49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 108, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 108, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #136c49; background: linear-gradient(135deg, #136c49, #13546C);