HSL(82, 44%, 34%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(82,44%,34%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(82, 44%, 34%) | color: hsl(82, 44%, 34%) | |
| HEX | #617D31 | color: #617D31 | |
| RGB | rgb(97, 125, 49) | color: rgb(97, 125, 49) | |
| CMYK | cmyk(22%, 0%, 61%, 51%) | — | |
| HSV | hsv(82, 61%, 49%) | — | |
| HWB | hwb(82 19% 51%) | color: hwb(82 19% 51%) | |
| OKLCH | oklch(0.5507 0.1084 126.68) | color: oklch(0.5507 0.1084 126.68) | |
| Lab | lab(48.8 -22.89 37.37) | color: lab(48.8 -22.89 37.37) | |
| LCH | lch(48.8 43.82 121.49) | color: lch(48.8 43.82 121.49) |
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)
#6D6D43 — rgb(109, 109, 67)
Deuteranopia (Green-blind)
#6C6948 — rgb(108, 105, 72)
Tritanopia (Blue-blind)
#625255 — rgb(98, 82, 85)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(82, 44%, 34%);
text
color: hsl(82, 44%, 34%);
border
border: 2px solid hsl(82, 44%, 34%);
gradient light
background: linear-gradient(to right, hsl(82, 44%, 54%), hsl(82, 44%, 34%));
gradient dark
background: linear-gradient(to right, hsl(82, 44%, 34%), hsl(82, 44%, 14%))
hex
background-color: #617D31;
tailwind
bg-[hsl(82,44%,34%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(82, 44%, 34%, 0.4);
css variable
--color-primary: hsl(82, 44%, 34%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(82, 44%, 34%)?
HEX: #617D31 | RGB: rgb(97, 125, 49) | CMYK: 22%, 0%, 61%, 51% | HSV: 82°, 61%, 49%. Copy any format from the conversion table above.
What colors go well with #617D31?
The complementary color is HSL(262, 44%, 34%). For a triadic harmony, use hues 82°, 202°, and 322°. For analogous combinations, try hues 52° and 112°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(82, 44%, 34%) in CSS?
As HSL: color: hsl(82, 44%, 34%); — As HEX: color: #617D31; — As RGB: color: rgb(97, 125, 49); — Tailwind CSS: bg-[hsl(82,44%,34%)] — CSS variable: --color-primary: hsl(82, 44%, 34%);