#49752c
a dark, vivid green · cool · closest name: olivedrab
RGB
73, 117, 44
HSL
96°, 45%, 32%
CMYK
38, 0, 62, 54
Luminance
0.1432
Every format
| HEX | #49752c |
| RGB | rgb(73, 117, 44) |
| HSL | hsl(96, 45%, 32%) |
| CMYK | cmyk(38%, 0%, 62%, 54%) |
| LAB | lab(44.7 -29.0 34.8) |
| LCH | lch(44.7 45.3 129.9) |
| OKLCH | oklch(0.513 0.114 134.8) |
Copy-ready code
/* CSS */
color: #49752c;
background-color: #49752c;
/* Tailwind (arbitrary) */
class="text-[#49752c] bg-[#49752c]"
/* SCSS */
$brand: #49752c;
/* SwiftUI */
Color(red: 0.286, green: 0.459, blue: 0.173)
/* Android */
Color.parseColor("#49752c")Accessibility — WCAG contrast
Aa
#49752c on white: 5.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#49752c on black: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green45.9%
Blue17.3%
CMYK percentages
Cyan37.6%
Magenta0.0%
Yellow62.4%
Key (black)54.1%
Color previews
#49752c text on a black background
contrast 3.86:1
Card sample
#49752c text on a white background
contrast 5.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #49752c;
Background color
Panel with #49752c background
background-color: #49752c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #49752c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 117, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 117, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #49752c; background: linear-gradient(135deg, #49752c, #2C7540);