HSL(90, 85%, 24%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(90,85%,24%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(90, 85%, 24%) | color: hsl(90, 85%, 24%) | |
| HEX | #3D7109 | color: #3D7109 | |
| RGB | rgb(61, 113, 9) | color: rgb(61, 113, 9) | |
| CMYK | cmyk(46%, 0%, 92%, 56%) | — | |
| HSV | hsv(90, 92%, 44%) | — | |
| HWB | hwb(90 4% 56%) | color: hwb(90 4% 56%) | |
| OKLCH | oklch(0.4929 0.1377 134.24) | color: oklch(0.4929 0.1377 134.24) | |
| Lab | lab(42.49 -34.12 45.42) | color: lab(42.49 -34.12 45.42) | |
| LCH | lch(42.49 56.81 126.91) | color: lch(42.49 56.81 126.91) |
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)
#545422 — rgb(84, 84, 34)
Deuteranopia (Green-blind)
#514D28 — rgb(81, 77, 40)
Tritanopia (Blue-blind)
#40363A — rgb(64, 54, 58)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(90, 85%, 24%);
text
color: hsl(90, 85%, 24%);
border
border: 2px solid hsl(90, 85%, 24%);
gradient light
background: linear-gradient(to right, hsl(90, 85%, 44%), hsl(90, 85%, 24%));
gradient dark
background: linear-gradient(to right, hsl(90, 85%, 24%), hsl(90, 85%, 4%))
hex
background-color: #3D7109;
tailwind
bg-[hsl(90,85%,24%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(90, 85%, 24%, 0.4);
css variable
--color-primary: hsl(90, 85%, 24%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(90, 85%, 24%)?
HEX: #3D7109 | RGB: rgb(61, 113, 9) | CMYK: 46%, 0%, 92%, 56% | HSV: 90°, 92%, 44%. Copy any format from the conversion table above.
What colors go well with #3D7109?
The complementary color is HSL(270, 85%, 24%). For a triadic harmony, use hues 90°, 210°, and 330°. For analogous combinations, try hues 60° and 120°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(90, 85%, 24%) in CSS?
As HSL: color: hsl(90, 85%, 24%); — As HEX: color: #3D7109; — As RGB: color: rgb(61, 113, 9); — Tailwind CSS: bg-[hsl(90,85%,24%)] — CSS variable: --color-primary: hsl(90, 85%, 24%);