#445310
a deep, vivid green · cool · closest name: olivedrab
RGB
68, 83, 16
HSL
73°, 68%, 19%
CMYK
18, 0, 81, 68
Luminance
0.0745
Every format
| HEX | #445310 |
| RGB | rgb(68, 83, 16) |
| HSL | hsl(73, 68%, 19%) |
| CMYK | cmyk(18%, 0%, 81%, 68%) |
| LAB | lab(32.8 -16.2 34.8) |
| LCH | lch(32.8 38.4 114.9) |
| OKLCH | oklch(0.415 0.091 121.7) |
Copy-ready code
/* CSS */
color: #445310;
background-color: #445310;
/* Tailwind (arbitrary) */
class="text-[#445310] bg-[#445310]"
/* SCSS */
$brand: #445310;
/* SwiftUI */
Color(red: 0.267, green: 0.325, blue: 0.063)
/* Android */
Color.parseColor("#445310")Accessibility — WCAG contrast
Aa
#445310 on white: 8.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#445310 on black: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green32.5%
Blue6.3%
CMYK percentages
Cyan18.1%
Magenta0.0%
Yellow80.7%
Key (black)67.5%
Color previews
#445310 text on a black background
contrast 2.49:1
Card sample
#445310 text on a white background
contrast 8.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #445310;
Background color
Panel with #445310 background
background-color: #445310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #445310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 83, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 83, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #445310; background: linear-gradient(135deg, #445310, #175310);