HSL(79, 65%, 17%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(79,65%,17%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(79, 65%, 17%) | color: hsl(79, 65%, 17%) | |
| HEX | #36480F | color: #36480F | |
| RGB | rgb(54, 72, 15) | color: rgb(54, 72, 15) | |
| CMYK | cmyk(25%, 0%, 79%, 72%) | — | |
| HSV | hsv(79, 79%, 28%) | — | |
| HWB | hwb(79 6% 72%) | color: hwb(79 6% 72%) | |
| OKLCH | oklch(0.3735 0.0832 125.6) | color: oklch(0.3735 0.0832 125.6) | |
| Lab | lab(27.99 -16.79 30.16) | color: lab(27.99 -16.79 30.16) | |
| LCH | lch(27.99 34.52 119.1) | color: lch(27.99 34.52 119.1) |
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)
#3E3E1D — rgb(62, 62, 29)
Deuteranopia (Green-blind)
#3D3B20 — rgb(61, 59, 32)
Tritanopia (Blue-blind)
#37282A — rgb(55, 40, 42)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(79, 65%, 17%);
text
color: hsl(79, 65%, 17%);
border
border: 2px solid hsl(79, 65%, 17%);
gradient light
background: linear-gradient(to right, hsl(79, 65%, 37%), hsl(79, 65%, 17%));
gradient dark
background: linear-gradient(to right, hsl(79, 65%, 17%), hsl(79, 65%, 0%))
hex
background-color: #36480F;
tailwind
bg-[hsl(79,65%,17%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(79, 65%, 17%, 0.4);
css variable
--color-primary: hsl(79, 65%, 17%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(79, 65%, 17%)?
HEX: #36480F | RGB: rgb(54, 72, 15) | CMYK: 25%, 0%, 79%, 72% | HSV: 79°, 79%, 28%. Copy any format from the conversion table above.
What colors go well with #36480F?
The complementary color is HSL(259, 65%, 17%). For a triadic harmony, use hues 79°, 199°, and 319°. For analogous combinations, try hues 49° and 109°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(79, 65%, 17%) in CSS?
As HSL: color: hsl(79, 65%, 17%); — As HEX: color: #36480F; — As RGB: color: rgb(54, 72, 15); — Tailwind CSS: bg-[hsl(79,65%,17%)] — CSS variable: --color-primary: hsl(79, 65%, 17%);