HSL(97, 54%, 37%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(97,54%,37%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(97, 54%, 37%) | color: hsl(97, 54%, 37%) | |
| HEX | #52912B | color: #52912B | |
| RGB | rgb(82, 145, 43) | color: rgb(82, 145, 43) | |
| CMYK | cmyk(43%, 0%, 70%, 43%) | — | |
| HSV | hsv(97, 70%, 57%) | — | |
| HWB | hwb(97 17% 43%) | color: hwb(97 17% 43%) | |
| OKLCH | oklch(0.5927 0.1494 135.82) | color: oklch(0.5927 0.1494 135.82) | |
| Lab | lab(54.26 -38.52 45.74) | color: lab(54.26 -38.52 45.74) | |
| LCH | lch(54.26 59.8 130.1) | color: lch(54.26 59.8 130.1) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#6D6E44 — rgb(109, 110, 68)
Deuteranopia (Green-blind)
#6A654A — rgb(106, 101, 74)
Tritanopia (Blue-blind)
#55575B — rgb(85, 87, 91)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(97, 54%, 37%);
text
color: hsl(97, 54%, 37%);
border
border: 2px solid hsl(97, 54%, 37%);
gradient light
background: linear-gradient(to right, hsl(97, 54%, 57%), hsl(97, 54%, 37%));
gradient dark
background: linear-gradient(to right, hsl(97, 54%, 37%), hsl(97, 54%, 17%))
hex
background-color: #52912B;
tailwind
bg-[hsl(97,54%,37%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(97, 54%, 37%, 0.4);
css variable
--color-primary: hsl(97, 54%, 37%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(97, 54%, 37%)?
HEX: #52912B | RGB: rgb(82, 145, 43) | CMYK: 43%, 0%, 70%, 43% | HSV: 97°, 70%, 57%. Copy any format from the conversion table above.
What colors go well with #52912B?
The complementary color is HSL(277, 54%, 37%). For a triadic harmony, use hues 97°, 217°, and 337°. For analogous combinations, try hues 67° and 127°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(97, 54%, 37%) in CSS?
As HSL: color: hsl(97, 54%, 37%); — As HEX: color: #52912B; — As RGB: color: rgb(82, 145, 43); — Tailwind CSS: bg-[hsl(97,54%,37%)] — CSS variable: --color-primary: hsl(97, 54%, 37%);