HSL(83, 65%, 24%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(83,65%,24%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(83, 65%, 24%) | color: hsl(83, 65%, 24%) | |
| HEX | #466515 | color: #466515 | |
| RGB | rgb(70, 101, 21) | color: rgb(70, 101, 21) | |
| CMYK | cmyk(31%, 0%, 79%, 60%) | — | |
| HSV | hsv(83, 79%, 40%) | — | |
| HWB | hwb(83 8% 60%) | color: hwb(83 8% 60%) | |
| OKLCH | oklch(0.466 0.1112 128.87) | color: oklch(0.466 0.1112 128.87) | |
| Lab | lab(39.01 -24.42 38.9) | color: lab(39.01 -24.42 38.9) | |
| LCH | lch(39.01 45.93 122.12) | color: lch(39.01 45.93 122.12) |
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)
#535428 — rgb(83, 84, 40)
Deuteranopia (Green-blind)
#524F2D — rgb(82, 79, 45)
Tritanopia (Blue-blind)
#48383B — rgb(72, 56, 59)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(83, 65%, 24%);
text
color: hsl(83, 65%, 24%);
border
border: 2px solid hsl(83, 65%, 24%);
gradient light
background: linear-gradient(to right, hsl(83, 65%, 44%), hsl(83, 65%, 24%));
gradient dark
background: linear-gradient(to right, hsl(83, 65%, 24%), hsl(83, 65%, 4%))
hex
background-color: #466515;
tailwind
bg-[hsl(83,65%,24%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(83, 65%, 24%, 0.4);
css variable
--color-primary: hsl(83, 65%, 24%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(83, 65%, 24%)?
HEX: #466515 | RGB: rgb(70, 101, 21) | CMYK: 31%, 0%, 79%, 60% | HSV: 83°, 79%, 40%. Copy any format from the conversion table above.
What colors go well with #466515?
The complementary color is HSL(263, 65%, 24%). For a triadic harmony, use hues 83°, 203°, and 323°. For analogous combinations, try hues 53° and 113°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(83, 65%, 24%) in CSS?
As HSL: color: hsl(83, 65%, 24%); — As HEX: color: #466515; — As RGB: color: rgb(70, 101, 21); — Tailwind CSS: bg-[hsl(83,65%,24%)] — CSS variable: --color-primary: hsl(83, 65%, 24%);