HSL(120, 13%, 35%)
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(120,13%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(120, 13%, 35%) | color: hsl(120, 13%, 35%) | |
| HEX | #4E654E | color: #4E654E | |
| RGB | rgb(78, 101, 78) | color: rgb(78, 101, 78) | |
| CMYK | cmyk(23%, 0%, 23%, 60%) | — | |
| HSV | hsv(120, 23%, 40%) | — | |
| HWB | hwb(120 31% 60%) | color: hwb(120 31% 60%) | |
| OKLCH | oklch(0.4811 0.0457 144.82) | color: oklch(0.4811 0.0457 144.82) | |
| Lab | lab(40.37 -13.66 10.27) | color: lab(40.37 -13.66 10.27) | |
| LCH | lch(40.37 17.09 143.06) | color: lch(40.37 17.09 143.06) |
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)
#585854 — rgb(88, 88, 84)
Deuteranopia (Green-blind)
#575555 — rgb(87, 85, 85)
Tritanopia (Blue-blind)
#4F5859 — rgb(79, 88, 89)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(120, 13%, 35%);
text
color: hsl(120, 13%, 35%);
border
border: 2px solid hsl(120, 13%, 35%);
gradient light
background: linear-gradient(to right, hsl(120, 13%, 55%), hsl(120, 13%, 35%));
gradient dark
background: linear-gradient(to right, hsl(120, 13%, 35%), hsl(120, 13%, 15%))
hex
background-color: #4E654E;
tailwind
bg-[hsl(120,13%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(120, 13%, 35%, 0.4);
css variable
--color-primary: hsl(120, 13%, 35%);
Related Colors
Use Cases for Grayish Green
Frequently Asked Questions
What are all the color codes for HSL(120, 13%, 35%)?
HEX: #4E654E | RGB: rgb(78, 101, 78) | CMYK: 23%, 0%, 23%, 60% | HSV: 120°, 23%, 40%. Copy any format from the conversion table above.
What colors go well with #4E654E?
The complementary color is HSL(300, 13%, 35%). For a triadic harmony, use hues 120°, 240°, and 0°. For analogous combinations, try hues 90° and 150°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(120, 13%, 35%) in CSS?
As HSL: color: hsl(120, 13%, 35%); — As HEX: color: #4E654E; — As RGB: color: rgb(78, 101, 78); — Tailwind CSS: bg-[hsl(120,13%,35%)] — CSS variable: --color-primary: hsl(120, 13%, 35%);