HSL(78, 74%, 5%)
Very Dark Green — Green color
Adjust Color
Color Information
Color Name
Very Dark Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(78,74%,5%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(78, 74%, 5%) | color: hsl(78, 74%, 5%) | |
| HEX | #111603 | color: #111603 | |
| RGB | rgb(17, 22, 3) | color: rgb(17, 22, 3) | |
| CMYK | cmyk(23%, 0%, 86%, 91%) | — | |
| HSV | hsv(76, 86%, 9%) | — | |
| HWB | hwb(76 1% 91%) | color: hwb(76 1% 91%) | |
| OKLCH | oklch(0.189 0.0375 121.28) | color: oklch(0.189 0.0375 121.28) | |
| Lab | lab(6.32 -5.34 8.13) | color: lab(6.32 -5.34 8.13) | |
| LCH | lch(6.32 9.73 123.3) | color: lch(6.32 9.73 123.3) |
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)
#131308 — rgb(19, 19, 8)
Deuteranopia (Green-blind)
#131309 — rgb(19, 19, 9)
Tritanopia (Blue-blind)
#110B0C — rgb(17, 11, 12)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(78, 74%, 5%);
text
color: hsl(78, 74%, 5%);
border
border: 2px solid hsl(78, 74%, 5%);
gradient light
background: linear-gradient(to right, hsl(78, 74%, 25%), hsl(78, 74%, 5%));
gradient dark
background: linear-gradient(to right, hsl(78, 74%, 5%), hsl(78, 74%, 0%))
hex
background-color: #111603;
tailwind
bg-[hsl(78,74%,5%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(78, 74%, 5%, 0.4);
css variable
--color-primary: hsl(78, 74%, 5%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(78, 74%, 5%)?
HEX: #111603 | RGB: rgb(17, 22, 3) | CMYK: 23%, 0%, 86%, 91% | HSV: 76°, 86%, 9%. Copy any format from the conversion table above.
What colors go well with #111603?
The complementary color is HSL(258, 74%, 5%). 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, 74%, 5%) in CSS?
As HSL: color: hsl(78, 74%, 5%); — As HEX: color: #111603; — As RGB: color: rgb(17, 22, 3); — Tailwind CSS: bg-[hsl(78,74%,5%)] — CSS variable: --color-primary: hsl(78, 74%, 5%);