HSL(78, 68%, 17%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(78,68%,17%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(78, 68%, 17%) | color: hsl(78, 68%, 17%) | |
| HEX | #37490E | color: #37490E | |
| RGB | rgb(55, 73, 14) | color: rgb(55, 73, 14) | |
| CMYK | cmyk(25%, 0%, 81%, 71%) | — | |
| HSV | hsv(78, 81%, 29%) | — | |
| HWB | hwb(78 6% 71%) | color: hwb(78 6% 71%) | |
| OKLCH | oklch(0.377 0.0848 125.3) | color: oklch(0.377 0.0848 125.3) | |
| Lab | lab(28.4 -16.94 31.02) | color: lab(28.4 -16.94 31.02) | |
| LCH | lch(28.4 35.34 118.64) | color: lch(28.4 35.34 118.64) |
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)
#3F3F1C — rgb(63, 63, 28)
Deuteranopia (Green-blind)
#3E3C20 — rgb(62, 60, 32)
Tritanopia (Blue-blind)
#38282A — rgb(56, 40, 42)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(78, 68%, 17%);
text
color: hsl(78, 68%, 17%);
border
border: 2px solid hsl(78, 68%, 17%);
gradient light
background: linear-gradient(to right, hsl(78, 68%, 37%), hsl(78, 68%, 17%));
gradient dark
background: linear-gradient(to right, hsl(78, 68%, 17%), hsl(78, 68%, 0%))
hex
background-color: #37490E;
tailwind
bg-[hsl(78,68%,17%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(78, 68%, 17%, 0.4);
css variable
--color-primary: hsl(78, 68%, 17%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(78, 68%, 17%)?
HEX: #37490E | RGB: rgb(55, 73, 14) | CMYK: 25%, 0%, 81%, 71% | HSV: 78°, 81%, 29%. Copy any format from the conversion table above.
What colors go well with #37490E?
The complementary color is HSL(258, 68%, 17%). For a triadic harmony, use hues 78°, 198°, and 318°. For analogous combinations, try hues 48° and 108°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(78, 68%, 17%) in CSS?
As HSL: color: hsl(78, 68%, 17%); — As HEX: color: #37490E; — As RGB: color: rgb(55, 73, 14); — Tailwind CSS: bg-[hsl(78,68%,17%)] — CSS variable: --color-primary: hsl(78, 68%, 17%);