HSL(130, 32%, 35%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(130,32%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(130, 32%, 35%) | color: hsl(130, 32%, 35%) | |
| HEX | #3D7646 | color: #3D7646 | |
| RGB | rgb(61, 118, 70) | color: rgb(61, 118, 70) | |
| CMYK | cmyk(48%, 0%, 41%, 54%) | — | |
| HSV | hsv(129, 48%, 46%) | — | |
| HWB | hwb(129 24% 54%) | color: hwb(129 24% 54%) | |
| OKLCH | oklch(0.5137 0.0963 147.57) | color: oklch(0.5137 0.0963 147.57) | |
| Lab | lab(44.79 -29.91 20.8) | color: lab(44.79 -29.91 20.8) | |
| LCH | lch(44.79 36.43 145.18) | color: lch(44.79 36.43 145.18) |
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)
#565652 — rgb(86, 86, 82)
Deuteranopia (Green-blind)
#524E54 — rgb(82, 78, 84)
Tritanopia (Blue-blind)
#405B5D — rgb(64, 91, 93)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(130, 32%, 35%);
text
color: hsl(130, 32%, 35%);
border
border: 2px solid hsl(130, 32%, 35%);
gradient light
background: linear-gradient(to right, hsl(130, 32%, 55%), hsl(130, 32%, 35%));
gradient dark
background: linear-gradient(to right, hsl(130, 32%, 35%), hsl(130, 32%, 15%))
hex
background-color: #3D7646;
tailwind
bg-[hsl(130,32%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(130, 32%, 35%, 0.4);
css variable
--color-primary: hsl(130, 32%, 35%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(130, 32%, 35%)?
HEX: #3D7646 | RGB: rgb(61, 118, 70) | CMYK: 48%, 0%, 41%, 54% | HSV: 129°, 48%, 46%. Copy any format from the conversion table above.
What colors go well with #3D7646?
The complementary color is HSL(310, 32%, 35%). For a triadic harmony, use hues 130°, 250°, and 10°. For analogous combinations, try hues 100° and 160°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(130, 32%, 35%) in CSS?
As HSL: color: hsl(130, 32%, 35%); — As HEX: color: #3D7646; — As RGB: color: rgb(61, 118, 70); — Tailwind CSS: bg-[hsl(130,32%,35%)] — CSS variable: --color-primary: hsl(130, 32%, 35%);