#445113
a deep, vivid green · cool · closest name: olive
RGB
68, 81, 19
HSL
73°, 62%, 20%
CMYK
16, 0, 77, 68
Luminance
0.0716
Every format
| HEX | #445113 |
| RGB | rgb(68, 81, 19) |
| HSL | hsl(73, 62%, 20%) |
| CMYK | cmyk(16%, 0%, 77%, 68%) |
| LAB | lab(32.2 -14.9 33.0) |
| LCH | lch(32.2 36.2 114.3) |
| OKLCH | oklch(0.410 0.086 120.7) |
Copy-ready code
/* CSS */
color: #445113;
background-color: #445113;
/* Tailwind (arbitrary) */
class="text-[#445113] bg-[#445113]"
/* SCSS */
$brand: #445113;
/* SwiftUI */
Color(red: 0.267, green: 0.318, blue: 0.075)
/* Android */
Color.parseColor("#445113")Accessibility — WCAG contrast
Aa
#445113 on white: 8.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#445113 on black: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green31.8%
Blue7.5%
CMYK percentages
Cyan16.0%
Magenta0.0%
Yellow76.5%
Key (black)68.2%
Color previews
#445113 text on a black background
contrast 2.43:1
Card sample
#445113 text on a white background
contrast 8.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #445113;
Background color
Panel with #445113 background
background-color: #445113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #445113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 81, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 81, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #445113; background: linear-gradient(135deg, #445113, #1B5113);