HSL(90, 79%, 23%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(90,79%,23%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(90, 79%, 23%) | color: hsl(90, 79%, 23%) | |
| HEX | #3B690C | color: #3B690C | |
| RGB | rgb(59, 105, 12) | color: rgb(59, 105, 12) | |
| CMYK | cmyk(44%, 0%, 89%, 59%) | — | |
| HSV | hsv(90, 89%, 41%) | — | |
| HWB | hwb(90 5% 59%) | color: hwb(90 5% 59%) | |
| OKLCH | oklch(0.4696 0.1275 133.62) | color: oklch(0.4696 0.1275 133.62) | |
| Lab | lab(39.68 -31.2 42.21) | color: lab(39.68 -31.2 42.21) | |
| LCH | lch(39.68 52.49 126.47) | color: lch(39.68 52.49 126.47) |
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)
#4F4F23 — rgb(79, 79, 35)
Deuteranopia (Green-blind)
#4C4928 — rgb(76, 73, 40)
Tritanopia (Blue-blind)
#3D3438 — rgb(61, 52, 56)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(90, 79%, 23%);
text
color: hsl(90, 79%, 23%);
border
border: 2px solid hsl(90, 79%, 23%);
gradient light
background: linear-gradient(to right, hsl(90, 79%, 43%), hsl(90, 79%, 23%));
gradient dark
background: linear-gradient(to right, hsl(90, 79%, 23%), hsl(90, 79%, 3%))
hex
background-color: #3B690C;
tailwind
bg-[hsl(90,79%,23%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(90, 79%, 23%, 0.4);
css variable
--color-primary: hsl(90, 79%, 23%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(90, 79%, 23%)?
HEX: #3B690C | RGB: rgb(59, 105, 12) | CMYK: 44%, 0%, 89%, 59% | HSV: 90°, 89%, 41%. Copy any format from the conversion table above.
What colors go well with #3B690C?
The complementary color is HSL(270, 79%, 23%). 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, 79%, 23%) in CSS?
As HSL: color: hsl(90, 79%, 23%); — As HEX: color: #3B690C; — As RGB: color: rgb(59, 105, 12); — Tailwind CSS: bg-[hsl(90,79%,23%)] — CSS variable: --color-primary: hsl(90, 79%, 23%);