Basswood Green
#839e83
Looking for the precise values behind Basswood Green (#839e83)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #839e83 | |
|---|---|---|
| RGB | rgb(131, 158, 131) | |
| HSL | hsl(120, 12%, 57%) | |
| CMYK | cmyk(17%, 0%, 17%, 38%) | |
| LAB | lab(62, -14, 11) | |
| OKLCH | oklch(0.67 0.05 145) |
Color harmonies
Tints & shades
Code snippets
color: #839e83;
background-color: #839e83;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-teal-500 /* ≈ #00bba7 */
/* Flutter */
Color(0xFF839E83)
/* Swift / UIKit */
UIColor(red: 0.51, green: 0.62, blue: 0.51, alpha: 1.0)