HSL(99, 29%, 32%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(99,29%,32%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(99, 29%, 32%) | color: hsl(99, 29%, 32%) | |
| HEX | #4B693A | color: #4B693A | |
| RGB | rgb(75, 105, 58) | color: rgb(75, 105, 58) | |
| CMYK | cmyk(29%, 0%, 45%, 59%) | — | |
| HSV | hsv(98, 45%, 41%) | — | |
| HWB | hwb(98 23% 59%) | color: hwb(98 23% 59%) | |
| OKLCH | oklch(0.4848 0.0794 135.01) | color: oklch(0.4848 0.0794 135.01) | |
| Lab | lab(41.06 -20.48 22.96) | color: lab(41.06 -20.48 22.96) | |
| LCH | lch(41.06 30.77 131.73) | color: lch(41.06 30.77 131.73) |
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)
#585845 — rgb(88, 88, 69)
Deuteranopia (Green-blind)
#565448 — rgb(86, 84, 72)
Tritanopia (Blue-blind)
#4D4E50 — rgb(77, 78, 80)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(99, 29%, 32%);
text
color: hsl(99, 29%, 32%);
border
border: 2px solid hsl(99, 29%, 32%);
gradient light
background: linear-gradient(to right, hsl(99, 29%, 52%), hsl(99, 29%, 32%));
gradient dark
background: linear-gradient(to right, hsl(99, 29%, 32%), hsl(99, 29%, 12%))
hex
background-color: #4B693A;
tailwind
bg-[hsl(99,29%,32%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(99, 29%, 32%, 0.4);
css variable
--color-primary: hsl(99, 29%, 32%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(99, 29%, 32%)?
HEX: #4B693A | RGB: rgb(75, 105, 58) | CMYK: 29%, 0%, 45%, 59% | HSV: 98°, 45%, 41%. Copy any format from the conversion table above.
What colors go well with #4B693A?
The complementary color is HSL(279, 29%, 32%). For a triadic harmony, use hues 99°, 219°, and 339°. For analogous combinations, try hues 69° and 129°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(99, 29%, 32%) in CSS?
As HSL: color: hsl(99, 29%, 32%); — As HEX: color: #4B693A; — As RGB: color: rgb(75, 105, 58); — Tailwind CSS: bg-[hsl(99,29%,32%)] — CSS variable: --color-primary: hsl(99, 29%, 32%);