Shades of Jungle Green #32AA89
Tints of Jungle Green #32AA89
RGB
CMYK
RGB Variations
Color information
#32AA89 (or 0x32AA89) is known color: Jungle Green. HEX triplet: 32, AA and 89. RGB value is (50,170,137). Sum of RGB (Red+Green+Blue) = 50+170+137=357 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.01% from 357); Green value is 170 (66.80% from 255 or 47.62% from 357); Blue value is 137 (53.91% from 255 or 38.38% from 357); Max value from RGB is 170 - color contains mainly: green. Hex color #32AA89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32AA89 is #CD5576. Grayscale: #828282. Windows color (decimal): -13456759 or 9022002. OLE color: 9022002.
HSL color Cylindrical-coordinate representation of color #32AA89: hue angle of 163.5º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32AA89 is Cyan = 0.71, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 170 | 137 | - |
| CMYK | 0.71 | 0 | 0.19 | 0.33 |
| HSL | 163.5º | 0.55% | 0.43% | - |
| HSV(B) | 163.5º | 0.71% | 0.67% | - |
| XYZ | 20.21 | 31.23 | 28.63 | - |
| YUV | 130.36 | 131.74 | 70.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 170 | 137 | 0.71 | 0 | 0.19 | 0.33 | 163.5 | 0.55 | 0.43 |
| Hex | 32 | AA | 89 | 47 | 0 | 13 | 21 | A4 | 37 | 2B |
| Octal | 62 | 252 | 211 | 107 | 0 | 23 | 41 | 244 | 67 | 53 |
| Binary | 110010 | 10101010 | 10001001 | 1000111 | 0 | 10011 | 100001 | 10100100 | 110111 | 101011 |
Color Harmonies of #32AA89
Complementary color
Monochromatic Colors of #32AA89
Black with #32AA89
Text Example
Text Example
White with #32AA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AA89; }
p { color: rgb(50,170,137); }
H1.HeaderClassName
{
color: #32AA89;
}
.AnyTagClassName
{
color: #32AA89;
}
</style>
background-color css
<style>
a { background-color: #32AA89; }
a { background-color: rgb(50,170,137); }
div.DivClassName
{
background-color: #32AA89;
}
.BgClassName
{
background-color: #32AA89;
}
</style>
border-color css
<style>
span { border-color: #32AA89; }
span { border-color: rgb(50,170,137); }
td.TdClassName
{
border-color: #32AA89;
}
.TagClassName
{
border-color: #32AA89;
}
</style>