HSL(70, 80%, 19%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(70,80%,19%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(70, 80%, 19%) | color: hsl(70, 80%, 19%) | |
| HEX | #4A570A | color: #4A570A | |
| RGB | rgb(74, 87, 10) | color: rgb(74, 87, 10) | |
| CMYK | cmyk(15%, 0%, 89%, 66%) | — | |
| HSV | hsv(70, 89%, 34%) | — | |
| HWB | hwb(70 4% 66%) | color: hwb(70 4% 66%) | |
| OKLCH | oklch(0.4307 0.0965 119.52) | color: oklch(0.4307 0.0965 119.52) | |
| Lab | lab(34.59 -15.84 38.68) | color: lab(34.59 -15.84 38.68) | |
| LCH | lch(34.59 41.8 112.27) | color: lch(34.59 41.8 112.27) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: white
Color Blindness Simulation
Protanopia (Red-blind)
#50501D — rgb(80, 80, 29)
Deuteranopia (Green-blind)
#4F4E21 — rgb(79, 78, 33)
Tritanopia (Blue-blind)
#4B2B2F — rgb(75, 43, 47)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(70, 80%, 19%);
text
color: hsl(70, 80%, 19%);
border
border: 2px solid hsl(70, 80%, 19%);
gradient light
background: linear-gradient(to right, hsl(70, 80%, 39%), hsl(70, 80%, 19%));
gradient dark
background: linear-gradient(to right, hsl(70, 80%, 19%), hsl(70, 80%, 0%))
hex
background-color: #4A570A;
tailwind
bg-[hsl(70,80%,19%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(70, 80%, 19%, 0.4);
css variable
--color-primary: hsl(70, 80%, 19%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(70, 80%, 19%)?
HEX: #4A570A | RGB: rgb(74, 87, 10) | CMYK: 15%, 0%, 89%, 66% | HSV: 70°, 89%, 34%. Copy any format from the conversion table above.
What colors go well with #4A570A?
The complementary color is HSL(250, 80%, 19%). For a triadic harmony, use hues 70°, 190°, and 310°. For analogous combinations, try hues 40° and 100°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(70, 80%, 19%) in CSS?
As HSL: color: hsl(70, 80%, 19%); — As HEX: color: #4A570A; — As RGB: color: rgb(74, 87, 10); — Tailwind CSS: bg-[hsl(70,80%,19%)] — CSS variable: --color-primary: hsl(70, 80%, 19%);