HSL(85, 62%, 24%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(85,62%,24%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(85, 62%, 24%) | color: hsl(85, 62%, 24%) | |
| HEX | #446317 | color: #446317 | |
| RGB | rgb(68, 99, 23) | color: rgb(68, 99, 23) | |
| CMYK | cmyk(31%, 0%, 77%, 61%) | — | |
| HSV | hsv(84, 77%, 39%) | — | |
| HWB | hwb(84 9% 61%) | color: hwb(84 9% 61%) | |
| OKLCH | oklch(0.4593 0.1083 129.4) | color: oklch(0.4593 0.1083 129.4) | |
| Lab | lab(38.22 -24.14 37.31) | color: lab(38.22 -24.14 37.31) | |
| LCH | lch(38.22 44.44 122.9) | color: lch(38.22 44.44 122.9) |
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)
#515229 — rgb(81, 82, 41)
Deuteranopia (Green-blind)
#504D2E — rgb(80, 77, 46)
Tritanopia (Blue-blind)
#46383B — rgb(70, 56, 59)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(85, 62%, 24%);
text
color: hsl(85, 62%, 24%);
border
border: 2px solid hsl(85, 62%, 24%);
gradient light
background: linear-gradient(to right, hsl(85, 62%, 44%), hsl(85, 62%, 24%));
gradient dark
background: linear-gradient(to right, hsl(85, 62%, 24%), hsl(85, 62%, 4%))
hex
background-color: #446317;
tailwind
bg-[hsl(85,62%,24%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(85, 62%, 24%, 0.4);
css variable
--color-primary: hsl(85, 62%, 24%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(85, 62%, 24%)?
HEX: #446317 | RGB: rgb(68, 99, 23) | CMYK: 31%, 0%, 77%, 61% | HSV: 84°, 77%, 39%. Copy any format from the conversion table above.
What colors go well with #446317?
The complementary color is HSL(265, 62%, 24%). For a triadic harmony, use hues 85°, 205°, and 325°. For analogous combinations, try hues 55° and 115°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(85, 62%, 24%) in CSS?
As HSL: color: hsl(85, 62%, 24%); — As HEX: color: #446317; — As RGB: color: rgb(68, 99, 23); — Tailwind CSS: bg-[hsl(85,62%,24%)] — CSS variable: --color-primary: hsl(85, 62%, 24%);