HSL(65, 78%, 14%)
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(65,78%,14%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(65, 78%, 14%) | color: hsl(65, 78%, 14%) | |
| HEX | #3B4008 | color: #3B4008 | |
| RGB | rgb(59, 64, 8) | color: rgb(59, 64, 8) | |
| CMYK | cmyk(8%, 0%, 88%, 75%) | — | |
| HSV | hsv(65, 88%, 25%) | — | |
| HWB | hwb(65 3% 75%) | color: hwb(65 3% 75%) | |
| OKLCH | oklch(0.3552 0.0745 114.81) | color: oklch(0.3552 0.0745 114.81) | |
| Lab | lab(25.61 -10.17 30.9) | color: lab(25.61 -10.17 30.9) | |
| LCH | lch(25.61 32.53 108.22) | color: lch(25.61 32.53 108.22) |
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)
#3D3D16 — rgb(61, 61, 22)
Deuteranopia (Green-blind)
#3D3D19 — rgb(61, 61, 25)
Tritanopia (Blue-blind)
#3B2023 — rgb(59, 32, 35)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(65, 78%, 14%);
text
color: hsl(65, 78%, 14%);
border
border: 2px solid hsl(65, 78%, 14%);
gradient light
background: linear-gradient(to right, hsl(65, 78%, 34%), hsl(65, 78%, 14%));
gradient dark
background: linear-gradient(to right, hsl(65, 78%, 14%), hsl(65, 78%, 0%))
hex
background-color: #3B4008;
tailwind
bg-[hsl(65,78%,14%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(65, 78%, 14%, 0.4);
css variable
--color-primary: hsl(65, 78%, 14%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(65, 78%, 14%)?
HEX: #3B4008 | RGB: rgb(59, 64, 8) | CMYK: 8%, 0%, 88%, 75% | HSV: 65°, 88%, 25%. Copy any format from the conversion table above.
What colors go well with #3B4008?
The complementary color is HSL(245, 78%, 14%). For a triadic harmony, use hues 65°, 185°, and 305°. For analogous combinations, try hues 35° and 95°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(65, 78%, 14%) in CSS?
As HSL: color: hsl(65, 78%, 14%); — As HEX: color: #3B4008; — As RGB: color: rgb(59, 64, 8); — Tailwind CSS: bg-[hsl(65,78%,14%)] — CSS variable: --color-primary: hsl(65, 78%, 14%);