HSL(67, 10%, 27%)
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(67,10%,27%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(67, 10%, 27%) | color: hsl(67, 10%, 27%) | |
| HEX | #4A4C3E | color: #4A4C3E | |
| RGB | rgb(74, 76, 62) | color: rgb(74, 76, 62) | |
| CMYK | cmyk(3%, 0%, 18%, 70%) | — | |
| HSV | hsv(69, 18%, 30%) | — | |
| HWB | hwb(69 25% 70%) | color: hwb(69 25% 70%) | |
| OKLCH | oklch(0.4103 0.0227 114.01) | color: oklch(0.4103 0.0227 114.01) | |
| Lab | lab(31.74 -3.68 8.07) | color: lab(31.74 -3.68 8.07) | |
| LCH | lch(31.74 8.87 114.51) | color: lch(31.74 8.87 114.51) |
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)
#4B4B41 — rgb(75, 75, 65)
Deuteranopia (Green-blind)
#4B4B42 — rgb(75, 75, 66)
Tritanopia (Blue-blind)
#4A4445 — rgb(74, 68, 69)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(67, 10%, 27%);
text
color: hsl(67, 10%, 27%);
border
border: 2px solid hsl(67, 10%, 27%);
gradient light
background: linear-gradient(to right, hsl(67, 10%, 47%), hsl(67, 10%, 27%));
gradient dark
background: linear-gradient(to right, hsl(67, 10%, 27%), hsl(67, 10%, 7%))
hex
background-color: #4A4C3E;
tailwind
bg-[hsl(67,10%,27%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(67, 10%, 27%, 0.4);
css variable
--color-primary: hsl(67, 10%, 27%);
Related Colors
Use Cases for Grayish Green
Frequently Asked Questions
What are all the color codes for HSL(67, 10%, 27%)?
HEX: #4A4C3E | RGB: rgb(74, 76, 62) | CMYK: 3%, 0%, 18%, 70% | HSV: 69°, 18%, 30%. Copy any format from the conversion table above.
What colors go well with #4A4C3E?
The complementary color is HSL(247, 10%, 27%). For a triadic harmony, use hues 67°, 187°, and 307°. For analogous combinations, try hues 37° and 97°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(67, 10%, 27%) in CSS?
As HSL: color: hsl(67, 10%, 27%); — As HEX: color: #4A4C3E; — As RGB: color: rgb(74, 76, 62); — Tailwind CSS: bg-[hsl(67,10%,27%)] — CSS variable: --color-primary: hsl(67, 10%, 27%);