HSL(126, 10%, 33%)
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(126,10%,33%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(126, 10%, 33%) | color: hsl(126, 10%, 33%) | |
| HEX | #4C5D4D | color: #4C5D4D | |
| RGB | rgb(76, 93, 77) | color: rgb(76, 93, 77) | |
| CMYK | cmyk(18%, 0%, 17%, 64%) | — | |
| HSV | hsv(124, 18%, 36%) | — | |
| HWB | hwb(124 30% 64%) | color: hwb(124 30% 64%) | |
| OKLCH | oklch(0.459 0.0331 146.58) | color: oklch(0.459 0.0331 146.58) | |
| Lab | lab(37.66 -10.07 7.06) | color: lab(37.66 -10.07 7.06) | |
| LCH | lch(37.66 12.3 144.97) | color: lch(37.66 12.3 144.97) |
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)
#535451 — rgb(83, 84, 81)
Deuteranopia (Green-blind)
#525152 — rgb(82, 81, 82)
Tritanopia (Blue-blind)
#4D5455 — rgb(77, 84, 85)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(126, 10%, 33%);
text
color: hsl(126, 10%, 33%);
border
border: 2px solid hsl(126, 10%, 33%);
gradient light
background: linear-gradient(to right, hsl(126, 10%, 53%), hsl(126, 10%, 33%));
gradient dark
background: linear-gradient(to right, hsl(126, 10%, 33%), hsl(126, 10%, 13%))
hex
background-color: #4C5D4D;
tailwind
bg-[hsl(126,10%,33%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(126, 10%, 33%, 0.4);
css variable
--color-primary: hsl(126, 10%, 33%);
Related Colors
Use Cases for Grayish Green
Frequently Asked Questions
What are all the color codes for HSL(126, 10%, 33%)?
HEX: #4C5D4D | RGB: rgb(76, 93, 77) | CMYK: 18%, 0%, 17%, 64% | HSV: 124°, 18%, 36%. Copy any format from the conversion table above.
What colors go well with #4C5D4D?
The complementary color is HSL(306, 10%, 33%). For a triadic harmony, use hues 126°, 246°, and 6°. For analogous combinations, try hues 96° and 156°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(126, 10%, 33%) in CSS?
As HSL: color: hsl(126, 10%, 33%); — As HEX: color: #4C5D4D; — As RGB: color: rgb(76, 93, 77); — Tailwind CSS: bg-[hsl(126,10%,33%)] — CSS variable: --color-primary: hsl(126, 10%, 33%);