HSL(72, 16%, 27%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(72,16%,27%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(72, 16%, 27%) | color: hsl(72, 16%, 27%) | |
| HEX | #4B503A | color: #4B503A | |
| RGB | rgb(75, 80, 58) | color: rgb(75, 80, 58) | |
| CMYK | cmyk(6%, 0%, 28%, 69%) | — | |
| HSV | hsv(74, 28%, 31%) | — | |
| HWB | hwb(74 22% 69%) | color: hwb(74 22% 69%) | |
| OKLCH | oklch(0.4202 0.0355 118.35) | color: oklch(0.4202 0.0355 118.35) | |
| Lab | lab(33 -6.4 12.33) | color: lab(33 -6.4 12.33) | |
| LCH | lch(33 13.89 117.43) | color: lch(33 13.89 117.43) |
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)
#4D4D3F — rgb(77, 77, 63)
Deuteranopia (Green-blind)
#4D4D41 — rgb(77, 77, 65)
Tritanopia (Blue-blind)
#4B4444 — rgb(75, 68, 68)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(72, 16%, 27%);
text
color: hsl(72, 16%, 27%);
border
border: 2px solid hsl(72, 16%, 27%);
gradient light
background: linear-gradient(to right, hsl(72, 16%, 47%), hsl(72, 16%, 27%));
gradient dark
background: linear-gradient(to right, hsl(72, 16%, 27%), hsl(72, 16%, 7%))
hex
background-color: #4B503A;
tailwind
bg-[hsl(72,16%,27%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(72, 16%, 27%, 0.4);
css variable
--color-primary: hsl(72, 16%, 27%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(72, 16%, 27%)?
HEX: #4B503A | RGB: rgb(75, 80, 58) | CMYK: 6%, 0%, 28%, 69% | HSV: 74°, 28%, 31%. Copy any format from the conversion table above.
What colors go well with #4B503A?
The complementary color is HSL(252, 16%, 27%). For a triadic harmony, use hues 72°, 192°, and 312°. For analogous combinations, try hues 42° and 102°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(72, 16%, 27%) in CSS?
As HSL: color: hsl(72, 16%, 27%); — As HEX: color: #4B503A; — As RGB: color: rgb(75, 80, 58); — Tailwind CSS: bg-[hsl(72,16%,27%)] — CSS variable: --color-primary: hsl(72, 16%, 27%);