HSL(93, 30%, 30%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(93,30%,30%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(93, 30%, 30%) | color: hsl(93, 30%, 30%) | |
| HEX | #4A6336 | color: #4A6336 | |
| RGB | rgb(74, 99, 54) | color: rgb(74, 99, 54) | |
| CMYK | cmyk(25%, 0%, 45%, 61%) | — | |
| HSV | hsv(93, 45%, 39%) | — | |
| HWB | hwb(93 21% 61%) | color: hwb(93 21% 61%) | |
| OKLCH | oklch(0.4676 0.0746 132.38) | color: oklch(0.4676 0.0746 132.38) | |
| Lab | lab(38.98 -18.29 22.58) | color: lab(38.98 -18.29 22.58) | |
| LCH | lch(38.98 29.06 129.01) | color: lch(38.98 29.06 129.01) |
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)
#555541 — rgb(85, 85, 65)
Deuteranopia (Green-blind)
#535244 — rgb(83, 82, 68)
Tritanopia (Blue-blind)
#4B494B — rgb(75, 73, 75)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(93, 30%, 30%);
text
color: hsl(93, 30%, 30%);
border
border: 2px solid hsl(93, 30%, 30%);
gradient light
background: linear-gradient(to right, hsl(93, 30%, 50%), hsl(93, 30%, 30%));
gradient dark
background: linear-gradient(to right, hsl(93, 30%, 30%), hsl(93, 30%, 10%))
hex
background-color: #4A6336;
tailwind
bg-[hsl(93,30%,30%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(93, 30%, 30%, 0.4);
css variable
--color-primary: hsl(93, 30%, 30%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(93, 30%, 30%)?
HEX: #4A6336 | RGB: rgb(74, 99, 54) | CMYK: 25%, 0%, 45%, 61% | HSV: 93°, 45%, 39%. Copy any format from the conversion table above.
What colors go well with #4A6336?
The complementary color is HSL(273, 30%, 30%). For a triadic harmony, use hues 93°, 213°, and 333°. For analogous combinations, try hues 63° and 123°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(93, 30%, 30%) in CSS?
As HSL: color: hsl(93, 30%, 30%); — As HEX: color: #4A6336; — As RGB: color: rgb(74, 99, 54); — Tailwind CSS: bg-[hsl(93,30%,30%)] — CSS variable: --color-primary: hsl(93, 30%, 30%);