HSL(132, 25%, 32%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(132,25%,32%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(132, 25%, 32%) | color: hsl(132, 25%, 32%) | |
| HEX | #3D6645 | color: #3D6645 | |
| RGB | rgb(61, 102, 69) | color: rgb(61, 102, 69) | |
| CMYK | cmyk(40%, 0%, 32%, 60%) | — | |
| HSV | hsv(132, 40%, 40%) | — | |
| HWB | hwb(132 24% 60%) | color: hwb(132 24% 60%) | |
| OKLCH | oklch(0.4702 0.0705 149.3) | color: oklch(0.4702 0.0705 149.3) | |
| Lab | lab(39.45 -22.21 14.25) | color: lab(39.45 -22.21 14.25) | |
| LCH | lch(39.45 26.39 147.32) | color: lch(39.45 26.39 147.32) |
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)
#4F4F4D — rgb(79, 79, 77)
Deuteranopia (Green-blind)
#4C494F — rgb(76, 73, 79)
Tritanopia (Blue-blind)
#3F5355 — rgb(63, 83, 85)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(132, 25%, 32%);
text
color: hsl(132, 25%, 32%);
border
border: 2px solid hsl(132, 25%, 32%);
gradient light
background: linear-gradient(to right, hsl(132, 25%, 52%), hsl(132, 25%, 32%));
gradient dark
background: linear-gradient(to right, hsl(132, 25%, 32%), hsl(132, 25%, 12%))
hex
background-color: #3D6645;
tailwind
bg-[hsl(132,25%,32%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(132, 25%, 32%, 0.4);
css variable
--color-primary: hsl(132, 25%, 32%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(132, 25%, 32%)?
HEX: #3D6645 | RGB: rgb(61, 102, 69) | CMYK: 40%, 0%, 32%, 60% | HSV: 132°, 40%, 40%. Copy any format from the conversion table above.
What colors go well with #3D6645?
The complementary color is HSL(312, 25%, 32%). For a triadic harmony, use hues 132°, 252°, and 12°. For analogous combinations, try hues 102° and 162°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(132, 25%, 32%) in CSS?
As HSL: color: hsl(132, 25%, 32%); — As HEX: color: #3D6645; — As RGB: color: rgb(61, 102, 69); — Tailwind CSS: bg-[hsl(132,25%,32%)] — CSS variable: --color-primary: hsl(132, 25%, 32%);