HSL(68, 79%, 15%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(68,79%,15%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(68, 79%, 15%) | color: hsl(68, 79%, 15%) | |
| HEX | #3C4408 | color: #3C4408 | |
| RGB | rgb(60, 68, 8) | color: rgb(60, 68, 8) | |
| CMYK | cmyk(12%, 0%, 88%, 73%) | — | |
| HSV | hsv(68, 88%, 27%) | — | |
| HWB | hwb(68 3% 73%) | color: hwb(68 3% 73%) | |
| OKLCH | oklch(0.367 0.0793 117.35) | color: oklch(0.367 0.0793 117.35) | |
| Lab | lab(27.05 -12.02 32.25) | color: lab(27.05 -12.02 32.25) | |
| LCH | lch(27.05 34.42 110.44) | color: lch(27.05 34.42 110.44) |
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)
#3F4017 — rgb(63, 64, 23)
Deuteranopia (Green-blind)
#3F3E1A — rgb(63, 62, 26)
Tritanopia (Blue-blind)
#3C2225 — rgb(60, 34, 37)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(68, 79%, 15%);
text
color: hsl(68, 79%, 15%);
border
border: 2px solid hsl(68, 79%, 15%);
gradient light
background: linear-gradient(to right, hsl(68, 79%, 35%), hsl(68, 79%, 15%));
gradient dark
background: linear-gradient(to right, hsl(68, 79%, 15%), hsl(68, 79%, 0%))
hex
background-color: #3C4408;
tailwind
bg-[hsl(68,79%,15%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(68, 79%, 15%, 0.4);
css variable
--color-primary: hsl(68, 79%, 15%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(68, 79%, 15%)?
HEX: #3C4408 | RGB: rgb(60, 68, 8) | CMYK: 12%, 0%, 88%, 73% | HSV: 68°, 88%, 27%. Copy any format from the conversion table above.
What colors go well with #3C4408?
The complementary color is HSL(248, 79%, 15%). For a triadic harmony, use hues 68°, 188°, and 308°. For analogous combinations, try hues 38° and 98°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(68, 79%, 15%) in CSS?
As HSL: color: hsl(68, 79%, 15%); — As HEX: color: #3C4408; — As RGB: color: rgb(60, 68, 8); — Tailwind CSS: bg-[hsl(68,79%,15%)] — CSS variable: --color-primary: hsl(68, 79%, 15%);