HSL(77, 12%, 20%)
Grayish Green — Green color
Adjust Color
Color Information
Color Name
Grayish Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(77,12%,20%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(77, 12%, 20%) | color: hsl(77, 12%, 20%) | |
| HEX | #36392D | color: #36392D | |
| RGB | rgb(54, 57, 45) | color: rgb(54, 57, 45) | |
| CMYK | cmyk(5%, 0%, 21%, 78%) | — | |
| HSV | hsv(75, 21%, 22%) | — | |
| HWB | hwb(75 17% 78%) | color: hwb(75 17% 78%) | |
| OKLCH | oklch(0.3377 0.0207 118.92) | color: oklch(0.3377 0.0207 118.92) | |
| Lab | lab(23.34 -3.88 7.07) | color: lab(23.34 -3.88 7.07) | |
| LCH | lch(23.34 8.06 118.76) | color: lch(23.34 8.06 118.76) |
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)
#373730 — rgb(55, 55, 48)
Deuteranopia (Green-blind)
#373731 — rgb(55, 55, 49)
Tritanopia (Blue-blind)
#363233 — rgb(54, 50, 51)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(77, 12%, 20%);
text
color: hsl(77, 12%, 20%);
border
border: 2px solid hsl(77, 12%, 20%);
gradient light
background: linear-gradient(to right, hsl(77, 12%, 40%), hsl(77, 12%, 20%));
gradient dark
background: linear-gradient(to right, hsl(77, 12%, 20%), hsl(77, 12%, 0%))
hex
background-color: #36392D;
tailwind
bg-[hsl(77,12%,20%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(77, 12%, 20%, 0.4);
css variable
--color-primary: hsl(77, 12%, 20%);
Related Colors
Use Cases for Grayish Green
Frequently Asked Questions
What are all the color codes for HSL(77, 12%, 20%)?
HEX: #36392D | RGB: rgb(54, 57, 45) | CMYK: 5%, 0%, 21%, 78% | HSV: 75°, 21%, 22%. Copy any format from the conversion table above.
What colors go well with #36392D?
The complementary color is HSL(257, 12%, 20%). 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, 12%, 20%) in CSS?
As HSL: color: hsl(77, 12%, 20%); — As HEX: color: #36392D; — As RGB: color: rgb(54, 57, 45); — Tailwind CSS: bg-[hsl(77,12%,20%)] — CSS variable: --color-primary: hsl(77, 12%, 20%);