#496513
a deep, vivid green · cool · closest name: olivedrab
RGB
73, 101, 19
HSL
81°, 68%, 24%
CMYK
28, 0, 81, 60
Luminance
0.1077
Every format
| HEX | #496513 |
| RGB | rgb(73, 101, 19) |
| HSL | hsl(81, 68%, 24%) |
| CMYK | cmyk(28%, 0%, 81%, 60%) |
| LAB | lab(39.2 -23.3 39.9) |
| LCH | lch(39.2 46.2 120.3) |
| OKLCH | oklch(0.468 0.111 127.2) |
Copy-ready code
/* CSS */
color: #496513;
background-color: #496513;
/* Tailwind (arbitrary) */
class="text-[#496513] bg-[#496513]"
/* SCSS */
$brand: #496513;
/* SwiftUI */
Color(red: 0.286, green: 0.396, blue: 0.075)
/* Android */
Color.parseColor("#496513")Accessibility — WCAG contrast
Aa
#496513 on white: 6.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#496513 on black: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green39.6%
Blue7.5%
CMYK percentages
Cyan27.7%
Magenta0.0%
Yellow81.2%
Key (black)60.4%
Color previews
#496513 text on a black background
contrast 3.15:1
Card sample
#496513 text on a white background
contrast 6.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #496513;
Background color
Panel with #496513 background
background-color: #496513;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #496513;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 101, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 101, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #496513; background: linear-gradient(135deg, #496513, #136514);