Shades of Jungle Green #32AD83
Tints of Jungle Green #32AD83
RGB
CMYK
RGB Variations
Color information
#32AD83 (or 0x32AD83) is known color: Jungle Green. HEX triplet: 32, AD and 83. RGB value is (50,173,131). Sum of RGB (Red+Green+Blue) = 50+173+131=354 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.12% from 354); Green value is 173 (67.97% from 255 or 48.87% from 354); Blue value is 131 (51.56% from 255 or 37.01% from 354); Max value from RGB is 173 - color contains mainly: green. Hex color #32AD83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32AD83 is #CD527C. Grayscale: #838383. Windows color (decimal): -13455997 or 8629554. OLE color: 8629554.
HSL color Cylindrical-coordinate representation of color #32AD83: hue angle of 159.51º 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 #32AD83 is Cyan = 0.71, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 50 | 173 | 131 | - |
| CMYK | 0.71 | 0 | 0.24 | 0.32 |
| HSL | 159.51º | 0.55% | 0.44% | - |
| HSV(B) | 159.51º | 0.71% | 0.68% | - |
| XYZ | 20.36 | 32.2 | 26.62 | - |
| YUV | 131.44 | 127.75 | 69.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 173 | 131 | 0.71 | 0 | 0.24 | 0.32 | 159.51 | 0.55 | 0.44 |
| Hex | 32 | AD | 83 | 47 | 0 | 18 | 20 | A0 | 37 | 2C |
| Octal | 62 | 255 | 203 | 107 | 0 | 30 | 40 | 240 | 67 | 54 |
| Binary | 110010 | 10101101 | 10000011 | 1000111 | 0 | 11000 | 100000 | 10100000 | 110111 | 101100 |
Color Harmonies of #32AD83
Complementary color
Monochromatic Colors of #32AD83
Black with #32AD83
Text Example
Text Example
White with #32AD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AD83; }
p { color: rgb(50,173,131); }
H1.HeaderClassName
{
color: #32AD83;
}
.AnyTagClassName
{
color: #32AD83;
}
</style>
background-color css
<style>
a { background-color: #32AD83; }
a { background-color: rgb(50,173,131); }
div.DivClassName
{
background-color: #32AD83;
}
.BgClassName
{
background-color: #32AD83;
}
</style>
border-color css
<style>
span { border-color: #32AD83; }
span { border-color: rgb(50,173,131); }
td.TdClassName
{
border-color: #32AD83;
}
.TagClassName
{
border-color: #32AD83;
}
</style>