HSL(79, 90%, 16%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(79,90%,16%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(79, 90%, 16%) | color: hsl(79, 90%, 16%) | |
| HEX | #364E04 | color: #364E04 | |
| RGB | rgb(54, 78, 4) | color: rgb(54, 78, 4) | |
| CMYK | cmyk(31%, 0%, 95%, 69%) | — | |
| HSV | hsv(79, 95%, 31%) | — | |
| HWB | hwb(79 2% 69%) | color: hwb(79 2% 69%) | |
| OKLCH | oklch(0.3897 0.0983 127.46) | color: oklch(0.3897 0.0983 127.46) | |
| Lab | lab(30.01 -20.62 36.17) | color: lab(30.01 -20.62 36.17) | |
| LCH | lch(30.01 41.63 119.69) | color: lch(30.01 41.63 119.69) |
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)
#404116 — rgb(64, 65, 22)
Deuteranopia (Green-blind)
#3F3D1A — rgb(63, 61, 26)
Tritanopia (Blue-blind)
#372427 — rgb(55, 36, 39)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(79, 90%, 16%);
text
color: hsl(79, 90%, 16%);
border
border: 2px solid hsl(79, 90%, 16%);
gradient light
background: linear-gradient(to right, hsl(79, 90%, 36%), hsl(79, 90%, 16%));
gradient dark
background: linear-gradient(to right, hsl(79, 90%, 16%), hsl(79, 90%, 0%))
hex
background-color: #364E04;
tailwind
bg-[hsl(79,90%,16%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(79, 90%, 16%, 0.4);
css variable
--color-primary: hsl(79, 90%, 16%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(79, 90%, 16%)?
HEX: #364E04 | RGB: rgb(54, 78, 4) | CMYK: 31%, 0%, 95%, 69% | HSV: 79°, 95%, 31%. Copy any format from the conversion table above.
What colors go well with #364E04?
The complementary color is HSL(259, 90%, 16%). 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, 90%, 16%) in CSS?
As HSL: color: hsl(79, 90%, 16%); — As HEX: color: #364E04; — As RGB: color: rgb(54, 78, 4); — Tailwind CSS: bg-[hsl(79,90%,16%)] — CSS variable: --color-primary: hsl(79, 90%, 16%);