Shades of Jungle Green #32AE81
Tints of Jungle Green #32AE81
RGB
CMYK
RGB Variations
Color information
#32AE81 (or 0x32AE81) is known color: Jungle Green. HEX triplet: 32, AE and 81. RGB value is (50,174,129). Sum of RGB (Red+Green+Blue) = 50+174+129=353 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.16% from 353); Green value is 174 (68.36% from 255 or 49.29% from 353); Blue value is 129 (50.78% from 255 or 36.54% from 353); Max value from RGB is 174 - color contains mainly: green. Hex color #32AE81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32AE81 is #CD517E. Grayscale: #838383. Windows color (decimal): -13455743 or 8498738. OLE color: 8498738.
HSL color Cylindrical-coordinate representation of color #32AE81: hue angle of 158.23º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32AE81 is Cyan = 0.71, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 50 | 174 | 129 | - |
| CMYK | 0.71 | 0 | 0.26 | 0.32 |
| HSL | 158.23º | 0.55% | 0.44% | - |
| HSV(B) | 158.23º | 0.71% | 0.68% | - |
| XYZ | 20.41 | 32.54 | 25.97 | - |
| YUV | 131.79 | 126.42 | 69.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 174 | 129 | 0.71 | 0 | 0.26 | 0.32 | 158.23 | 0.55 | 0.44 |
| Hex | 32 | AE | 81 | 47 | 0 | 1A | 20 | 9E | 37 | 2C |
| Octal | 62 | 256 | 201 | 107 | 0 | 32 | 40 | 236 | 67 | 54 |
| Binary | 110010 | 10101110 | 10000001 | 1000111 | 0 | 11010 | 100000 | 10011110 | 110111 | 101100 |
Color Harmonies of #32AE81
Complementary color
Monochromatic Colors of #32AE81
Black with #32AE81
Text Example
Text Example
White with #32AE81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AE81; }
p { color: rgb(50,174,129); }
H1.HeaderClassName
{
color: #32AE81;
}
.AnyTagClassName
{
color: #32AE81;
}
</style>
background-color css
<style>
a { background-color: #32AE81; }
a { background-color: rgb(50,174,129); }
div.DivClassName
{
background-color: #32AE81;
}
.BgClassName
{
background-color: #32AE81;
}
</style>
border-color css
<style>
span { border-color: #32AE81; }
span { border-color: rgb(50,174,129); }
td.TdClassName
{
border-color: #32AE81;
}
.TagClassName
{
border-color: #32AE81;
}
</style>