HSL(67, 83%, 13%)
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(67,83%,13%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(67, 83%, 13%) | color: hsl(67, 83%, 13%) | |
| HEX | #363D06 | color: #363D06 | |
| RGB | rgb(54, 61, 6) | color: rgb(54, 61, 6) | |
| CMYK | cmyk(11%, 0%, 90%, 76%) | — | |
| HSV | hsv(68, 90%, 24%) | — | |
| HWB | hwb(68 2% 76%) | color: hwb(68 2% 76%) | |
| OKLCH | oklch(0.342 0.074 117.01) | color: oklch(0.342 0.074 117.01) | |
| Lab | lab(24.11 -11.06 30.12) | color: lab(24.11 -11.06 30.12) | |
| LCH | lch(24.11 32.09 110.16) | color: lch(24.11 32.09 110.16) |
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)
#393913 — rgb(57, 57, 19)
Deuteranopia (Green-blind)
#393817 — rgb(57, 56, 23)
Tritanopia (Blue-blind)
#361E20 — rgb(54, 30, 32)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(67, 83%, 13%);
text
color: hsl(67, 83%, 13%);
border
border: 2px solid hsl(67, 83%, 13%);
gradient light
background: linear-gradient(to right, hsl(67, 83%, 33%), hsl(67, 83%, 13%));
gradient dark
background: linear-gradient(to right, hsl(67, 83%, 13%), hsl(67, 83%, 0%))
hex
background-color: #363D06;
tailwind
bg-[hsl(67,83%,13%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(67, 83%, 13%, 0.4);
css variable
--color-primary: hsl(67, 83%, 13%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(67, 83%, 13%)?
HEX: #363D06 | RGB: rgb(54, 61, 6) | CMYK: 11%, 0%, 90%, 76% | HSV: 68°, 90%, 24%. Copy any format from the conversion table above.
What colors go well with #363D06?
The complementary color is HSL(247, 83%, 13%). For a triadic harmony, use hues 67°, 187°, and 307°. For analogous combinations, try hues 37° and 97°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(67, 83%, 13%) in CSS?
As HSL: color: hsl(67, 83%, 13%); — As HEX: color: #363D06; — As RGB: color: rgb(54, 61, 6); — Tailwind CSS: bg-[hsl(67,83%,13%)] — CSS variable: --color-primary: hsl(67, 83%, 13%);