HSL(71, 79%, 19%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(71,79%,19%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(71, 79%, 19%) | color: hsl(71, 79%, 19%) | |
| HEX | #49570A | color: #49570A | |
| RGB | rgb(73, 87, 10) | color: rgb(73, 87, 10) | |
| CMYK | cmyk(16%, 0%, 89%, 66%) | — | |
| HSV | hsv(71, 89%, 34%) | — | |
| HWB | hwb(71 4% 66%) | color: hwb(71 4% 66%) | |
| OKLCH | oklch(0.4299 0.097 120.21) | color: oklch(0.4299 0.097 120.21) | |
| Lab | lab(34.51 -16.32 38.58) | color: lab(34.51 -16.32 38.58) | |
| LCH | lch(34.51 41.89 112.93) | color: lch(34.51 41.89 112.93) |
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)
#4F4F1D — rgb(79, 79, 29)
Deuteranopia (Green-blind)
#4E4D21 — rgb(78, 77, 33)
Tritanopia (Blue-blind)
#4A2B2F — rgb(74, 43, 47)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(71, 79%, 19%);
text
color: hsl(71, 79%, 19%);
border
border: 2px solid hsl(71, 79%, 19%);
gradient light
background: linear-gradient(to right, hsl(71, 79%, 39%), hsl(71, 79%, 19%));
gradient dark
background: linear-gradient(to right, hsl(71, 79%, 19%), hsl(71, 79%, 0%))
hex
background-color: #49570A;
tailwind
bg-[hsl(71,79%,19%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(71, 79%, 19%, 0.4);
css variable
--color-primary: hsl(71, 79%, 19%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(71, 79%, 19%)?
HEX: #49570A | RGB: rgb(73, 87, 10) | CMYK: 16%, 0%, 89%, 66% | HSV: 71°, 89%, 34%. Copy any format from the conversion table above.
What colors go well with #49570A?
The complementary color is HSL(251, 79%, 19%). For a triadic harmony, use hues 71°, 191°, and 311°. For analogous combinations, try hues 41° and 101°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(71, 79%, 19%) in CSS?
As HSL: color: hsl(71, 79%, 19%); — As HEX: color: #49570A; — As RGB: color: rgb(73, 87, 10); — Tailwind CSS: bg-[hsl(71,79%,19%)] — CSS variable: --color-primary: hsl(71, 79%, 19%);