Shades of Jungle Green #32BC88
Tints of Jungle Green #32BC88
RGB
CMYK
RGB Variations
Color information
#32BC88 (or 0x32BC88) is known color: Jungle Green. HEX triplet: 32, BC and 88. RGB value is (50,188,136). Sum of RGB (Red+Green+Blue) = 50+188+136=374 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.37% from 374); Green value is 188 (73.83% from 255 or 50.27% from 374); Blue value is 136 (53.52% from 255 or 36.36% from 374); Max value from RGB is 188 - color contains mainly: green. Hex color #32BC88 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32BC88 is #CD4377. Grayscale: #8C8C8C. Windows color (decimal): -13452152 or 8961074. OLE color: 8961074.
HSL color Cylindrical-coordinate representation of color #32BC88: hue angle of 157.39º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32BC88 is Cyan = 0.73, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 188 | 136 | - |
| CMYK | 0.73 | 0 | 0.28 | 0.26 |
| HSL | 157.39º | 0.58% | 0.47% | - |
| HSV(B) | 157.39º | 0.73% | 0.74% | - |
| XYZ | 23.74 | 38.42 | 29.46 | - |
| YUV | 140.81 | 125.28 | 63.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 188 | 136 | 0.73 | 0 | 0.28 | 0.26 | 157.39 | 0.58 | 0.47 |
| Hex | 32 | BC | 88 | 49 | 0 | 1C | 1A | 9D | 3A | 2F |
| Octal | 62 | 274 | 210 | 111 | 0 | 34 | 32 | 235 | 72 | 57 |
| Binary | 110010 | 10111100 | 10001000 | 1001001 | 0 | 11100 | 11010 | 10011101 | 111010 | 101111 |
Color Harmonies of #32BC88
Complementary color
Monochromatic Colors of #32BC88
Black with #32BC88
Text Example
Text Example
White with #32BC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BC88; }
p { color: rgb(50,188,136); }
H1.HeaderClassName
{
color: #32BC88;
}
.AnyTagClassName
{
color: #32BC88;
}
</style>
background-color css
<style>
a { background-color: #32BC88; }
a { background-color: rgb(50,188,136); }
div.DivClassName
{
background-color: #32BC88;
}
.BgClassName
{
background-color: #32BC88;
}
</style>
border-color css
<style>
span { border-color: #32BC88; }
span { border-color: rgb(50,188,136); }
td.TdClassName
{
border-color: #32BC88;
}
.TagClassName
{
border-color: #32BC88;
}
</style>