HSL(74, 75%, 17%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(74,75%,17%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(74, 75%, 17%) | color: hsl(74, 75%, 17%) | |
| HEX | #3D4C0B | color: #3D4C0B | |
| RGB | rgb(61, 76, 11) | color: rgb(61, 76, 11) | |
| CMYK | cmyk(20%, 0%, 86%, 70%) | — | |
| HSV | hsv(74, 86%, 30%) | — | |
| HWB | hwb(74 4% 70%) | color: hwb(74 4% 70%) | |
| OKLCH | oklch(0.3901 0.0878 122.32) | color: oklch(0.3901 0.0878 122.32) | |
| Lab | lab(29.87 -15.93 33.74) | color: lab(29.87 -15.93 33.74) | |
| LCH | lch(29.87 37.31 115.27) | color: lch(29.87 37.31 115.27) |
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)
#43441B — rgb(67, 68, 27)
Deuteranopia (Green-blind)
#43421F — rgb(67, 66, 31)
Tritanopia (Blue-blind)
#3E272A — rgb(62, 39, 42)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(74, 75%, 17%);
text
color: hsl(74, 75%, 17%);
border
border: 2px solid hsl(74, 75%, 17%);
gradient light
background: linear-gradient(to right, hsl(74, 75%, 37%), hsl(74, 75%, 17%));
gradient dark
background: linear-gradient(to right, hsl(74, 75%, 17%), hsl(74, 75%, 0%))
hex
background-color: #3D4C0B;
tailwind
bg-[hsl(74,75%,17%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(74, 75%, 17%, 0.4);
css variable
--color-primary: hsl(74, 75%, 17%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(74, 75%, 17%)?
HEX: #3D4C0B | RGB: rgb(61, 76, 11) | CMYK: 20%, 0%, 86%, 70% | HSV: 74°, 86%, 30%. Copy any format from the conversion table above.
What colors go well with #3D4C0B?
The complementary color is HSL(254, 75%, 17%). For a triadic harmony, use hues 74°, 194°, and 314°. For analogous combinations, try hues 44° and 104°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(74, 75%, 17%) in CSS?
As HSL: color: hsl(74, 75%, 17%); — As HEX: color: #3D4C0B; — As RGB: color: rgb(61, 76, 11); — Tailwind CSS: bg-[hsl(74,75%,17%)] — CSS variable: --color-primary: hsl(74, 75%, 17%);