HSL(97, 77%, 24%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(97,77%,24%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(97, 77%, 24%) | color: hsl(97, 77%, 24%) | |
| HEX | #326C0E | color: #326C0E | |
| RGB | rgb(50, 108, 14) | color: rgb(50, 108, 14) | |
| CMYK | cmyk(54%, 0%, 87%, 58%) | — | |
| HSV | hsv(97, 87%, 42%) | — | |
| HWB | hwb(97 5% 58%) | color: hwb(97 5% 58%) | |
| OKLCH | oklch(0.4736 0.1354 136.92) | color: oklch(0.4736 0.1354 136.92) | |
| Lab | lab(40.3 -35.55 42.06) | color: lab(40.3 -35.55 42.06) | |
| LCH | lch(40.3 55.07 130.21) | color: lch(40.3 55.07 130.21) |
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)
#4B4C25 — rgb(75, 76, 37)
Deuteranopia (Green-blind)
#48432A — rgb(72, 67, 42)
Tritanopia (Blue-blind)
#35373B — rgb(53, 55, 59)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(97, 77%, 24%);
text
color: hsl(97, 77%, 24%);
border
border: 2px solid hsl(97, 77%, 24%);
gradient light
background: linear-gradient(to right, hsl(97, 77%, 44%), hsl(97, 77%, 24%));
gradient dark
background: linear-gradient(to right, hsl(97, 77%, 24%), hsl(97, 77%, 4%))
hex
background-color: #326C0E;
tailwind
bg-[hsl(97,77%,24%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(97, 77%, 24%, 0.4);
css variable
--color-primary: hsl(97, 77%, 24%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(97, 77%, 24%)?
HEX: #326C0E | RGB: rgb(50, 108, 14) | CMYK: 54%, 0%, 87%, 58% | HSV: 97°, 87%, 42%. Copy any format from the conversion table above.
What colors go well with #326C0E?
The complementary color is HSL(277, 77%, 24%). For a triadic harmony, use hues 97°, 217°, and 337°. For analogous combinations, try hues 67° and 127°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(97, 77%, 24%) in CSS?
As HSL: color: hsl(97, 77%, 24%); — As HEX: color: #326C0E; — As RGB: color: rgb(50, 108, 14); — Tailwind CSS: bg-[hsl(97,77%,24%)] — CSS variable: --color-primary: hsl(97, 77%, 24%);