#495921
a deep, vivid green · cool · closest name: olivedrab
RGB
73, 89, 33
HSL
77°, 46%, 24%
CMYK
18, 0, 63, 65
Luminance
0.0867
Every format
| HEX | #495921 |
| RGB | rgb(73, 89, 33) |
| HSL | hsl(77, 46%, 24%) |
| CMYK | cmyk(18%, 0%, 63%, 65%) |
| LAB | lab(35.3 -15.8 29.7) |
| LCH | lch(35.3 33.7 118.1) |
| OKLCH | oklch(0.437 0.083 123.2) |
Copy-ready code
/* CSS */
color: #495921;
background-color: #495921;
/* Tailwind (arbitrary) */
class="text-[#495921] bg-[#495921]"
/* SCSS */
$brand: #495921;
/* SwiftUI */
Color(red: 0.286, green: 0.349, blue: 0.129)
/* Android */
Color.parseColor("#495921")Accessibility — WCAG contrast
Aa
#495921 on white: 7.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#495921 on black: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green34.9%
Blue12.9%
CMYK percentages
Cyan18.0%
Magenta0.0%
Yellow62.9%
Key (black)65.1%
Color previews
#495921 text on a black background
contrast 2.73:1
Card sample
#495921 text on a white background
contrast 7.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #495921;
Background color
Panel with #495921 background
background-color: #495921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #495921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 89, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 89, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #495921; background: linear-gradient(135deg, #495921, #245921);