HSL(77, 22%, 22%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(77,22%,22%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(77, 22%, 22%) | color: hsl(77, 22%, 22%) | |
| HEX | #3D442C | color: #3D442C | |
| RGB | rgb(61, 68, 44) | color: rgb(61, 68, 44) | |
| CMYK | cmyk(10%, 0%, 35%, 73%) | — | |
| HSV | hsv(78, 35%, 27%) | — | |
| HWB | hwb(78 18% 73%) | color: hwb(78 18% 73%) | |
| OKLCH | oklch(0.3731 0.0399 121.57) | color: oklch(0.3731 0.0399 121.57) | |
| Lab | lab(27.6 -7.75 13.62) | color: lab(27.6 -7.75 13.62) | |
| LCH | lch(27.6 15.67 119.64) | color: lch(27.6 15.67 119.64) |
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)
#404032 — rgb(64, 64, 50)
Deuteranopia (Green-blind)
#403F33 — rgb(64, 63, 51)
Tritanopia (Blue-blind)
#3D3637 — rgb(61, 54, 55)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(77, 22%, 22%);
text
color: hsl(77, 22%, 22%);
border
border: 2px solid hsl(77, 22%, 22%);
gradient light
background: linear-gradient(to right, hsl(77, 22%, 42%), hsl(77, 22%, 22%));
gradient dark
background: linear-gradient(to right, hsl(77, 22%, 22%), hsl(77, 22%, 2%))
hex
background-color: #3D442C;
tailwind
bg-[hsl(77,22%,22%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(77, 22%, 22%, 0.4);
css variable
--color-primary: hsl(77, 22%, 22%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(77, 22%, 22%)?
HEX: #3D442C | RGB: rgb(61, 68, 44) | CMYK: 10%, 0%, 35%, 73% | HSV: 78°, 35%, 27%. Copy any format from the conversion table above.
What colors go well with #3D442C?
The complementary color is HSL(257, 22%, 22%). For a triadic harmony, use hues 77°, 197°, and 317°. For analogous combinations, try hues 47° and 107°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(77, 22%, 22%) in CSS?
As HSL: color: hsl(77, 22%, 22%); — As HEX: color: #3D442C; — As RGB: color: rgb(61, 68, 44); — Tailwind CSS: bg-[hsl(77,22%,22%)] — CSS variable: --color-primary: hsl(77, 22%, 22%);