HSL(96, 20%, 41%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(96,20%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(96, 20%, 41%) | color: hsl(96, 20%, 41%) | |
| HEX | #647D54 | color: #647D54 | |
| RGB | rgb(100, 125, 84) | color: rgb(100, 125, 84) | |
| CMYK | cmyk(20%, 0%, 33%, 51%) | — | |
| HSV | hsv(97, 33%, 49%) | — | |
| HWB | hwb(97 33% 51%) | color: hwb(97 33% 51%) | |
| OKLCH | oklch(0.5587 0.0675 133.69) | color: oklch(0.5587 0.0675 133.69) | |
| Lab | lab(49.52 -17.15 19.48) | color: lab(49.52 -17.15 19.48) | |
| LCH | lch(49.52 25.95 131.36) | color: lch(49.52 25.95 131.36) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#6F6F5E — rgb(111, 111, 94)
Deuteranopia (Green-blind)
#6D6C60 — rgb(109, 108, 96)
Tritanopia (Blue-blind)
#656667 — rgb(101, 102, 103)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(96, 20%, 41%);
text
color: hsl(96, 20%, 41%);
border
border: 2px solid hsl(96, 20%, 41%);
gradient light
background: linear-gradient(to right, hsl(96, 20%, 61%), hsl(96, 20%, 41%));
gradient dark
background: linear-gradient(to right, hsl(96, 20%, 41%), hsl(96, 20%, 21%))
hex
background-color: #647D54;
tailwind
bg-[hsl(96,20%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(96, 20%, 41%, 0.4);
css variable
--color-primary: hsl(96, 20%, 41%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(96, 20%, 41%)?
HEX: #647D54 | RGB: rgb(100, 125, 84) | CMYK: 20%, 0%, 33%, 51% | HSV: 97°, 33%, 49%. Copy any format from the conversion table above.
What colors go well with #647D54?
The complementary color is HSL(276, 20%, 41%). For a triadic harmony, use hues 96°, 216°, and 336°. For analogous combinations, try hues 66° and 126°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(96, 20%, 41%) in CSS?
As HSL: color: hsl(96, 20%, 41%); — As HEX: color: #647D54; — As RGB: color: rgb(100, 125, 84); — Tailwind CSS: bg-[hsl(96,20%,41%)] — CSS variable: --color-primary: hsl(96, 20%, 41%);