Shades of Jungle Green #32AC89
Tints of Jungle Green #32AC89
RGB
CMYK
RGB Variations
Color information
#32AC89 (or 0x32AC89) is known color: Jungle Green. HEX triplet: 32, AC and 89. RGB value is (50,172,137). Sum of RGB (Red+Green+Blue) = 50+172+137=359 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.93% from 359); Green value is 172 (67.58% from 255 or 47.91% from 359); Blue value is 137 (53.91% from 255 or 38.16% from 359); Max value from RGB is 172 - color contains mainly: green. Hex color #32AC89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32AC89 is #CD5376. Grayscale: #838383. Windows color (decimal): -13456247 or 9022514. OLE color: 9022514.
HSL color Cylindrical-coordinate representation of color #32AC89: hue angle of 162.79º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32AC89 is Cyan = 0.71, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 172 | 137 | - |
| CMYK | 0.71 | 0 | 0.20 | 0.33 |
| HSL | 162.79º | 0.55% | 0.44% | - |
| HSV(B) | 162.79º | 0.71% | 0.67% | - |
| XYZ | 20.58 | 31.99 | 28.76 | - |
| YUV | 131.53 | 131.08 | 69.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 172 | 137 | 0.71 | 0 | 0.20 | 0.33 | 162.79 | 0.55 | 0.44 |
| Hex | 32 | AC | 89 | 47 | 0 | 14 | 21 | A3 | 37 | 2C |
| Octal | 62 | 254 | 211 | 107 | 0 | 24 | 41 | 243 | 67 | 54 |
| Binary | 110010 | 10101100 | 10001001 | 1000111 | 0 | 10100 | 100001 | 10100011 | 110111 | 101100 |
Color Harmonies of #32AC89
Complementary color
Monochromatic Colors of #32AC89
Black with #32AC89
Text Example
Text Example
White with #32AC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AC89; }
p { color: rgb(50,172,137); }
H1.HeaderClassName
{
color: #32AC89;
}
.AnyTagClassName
{
color: #32AC89;
}
</style>
background-color css
<style>
a { background-color: #32AC89; }
a { background-color: rgb(50,172,137); }
div.DivClassName
{
background-color: #32AC89;
}
.BgClassName
{
background-color: #32AC89;
}
</style>
border-color css
<style>
span { border-color: #32AC89; }
span { border-color: rgb(50,172,137); }
td.TdClassName
{
border-color: #32AC89;
}
.TagClassName
{
border-color: #32AC89;
}
</style>