HSL(70, 63%, 17%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(70,63%,17%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(70, 63%, 17%) | color: hsl(70, 63%, 17%) | |
| HEX | #3E4710 | color: #3E4710 | |
| RGB | rgb(62, 71, 16) | color: rgb(62, 71, 16) | |
| CMYK | cmyk(13%, 0%, 77%, 72%) | — | |
| HSV | hsv(70, 77%, 28%) | — | |
| HWB | hwb(70 6% 72%) | color: hwb(70 6% 72%) | |
| OKLCH | oklch(0.3776 0.0769 118.33) | color: oklch(0.3776 0.0769 118.33) | |
| Lab | lab(28.3 -12.31 30.24) | color: lab(28.3 -12.31 30.24) | |
| LCH | lch(28.3 32.65 112.15) | color: lch(28.3 32.65 112.15) |
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)
#42421D — rgb(66, 66, 29)
Deuteranopia (Green-blind)
#414121 — rgb(65, 65, 33)
Tritanopia (Blue-blind)
#3E282A — rgb(62, 40, 42)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(70, 63%, 17%);
text
color: hsl(70, 63%, 17%);
border
border: 2px solid hsl(70, 63%, 17%);
gradient light
background: linear-gradient(to right, hsl(70, 63%, 37%), hsl(70, 63%, 17%));
gradient dark
background: linear-gradient(to right, hsl(70, 63%, 17%), hsl(70, 63%, 0%))
hex
background-color: #3E4710;
tailwind
bg-[hsl(70,63%,17%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(70, 63%, 17%, 0.4);
css variable
--color-primary: hsl(70, 63%, 17%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(70, 63%, 17%)?
HEX: #3E4710 | RGB: rgb(62, 71, 16) | CMYK: 13%, 0%, 77%, 72% | HSV: 70°, 77%, 28%. Copy any format from the conversion table above.
What colors go well with #3E4710?
The complementary color is HSL(250, 63%, 17%). For a triadic harmony, use hues 70°, 190°, and 310°. For analogous combinations, try hues 40° and 100°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(70, 63%, 17%) in CSS?
As HSL: color: hsl(70, 63%, 17%); — As HEX: color: #3E4710; — As RGB: color: rgb(62, 71, 16); — Tailwind CSS: bg-[hsl(70,63%,17%)] — CSS variable: --color-primary: hsl(70, 63%, 17%);