Shades of Jungle Green #32B184
Tints of Jungle Green #32B184
RGB
CMYK
RGB Variations
Color information
#32B184 (or 0x32B184) is known color: Jungle Green. HEX triplet: 32, B1 and 84. RGB value is (50,177,132). Sum of RGB (Red+Green+Blue) = 50+177+132=359 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.93% from 359); Green value is 177 (69.53% from 255 or 49.30% from 359); Blue value is 132 (51.95% from 255 or 36.77% from 359); Max value from RGB is 177 - color contains mainly: green. Hex color #32B184 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32B184 is #CD4E7B. Grayscale: #858585. Windows color (decimal): -13454972 or 8696114. OLE color: 8696114.
HSL color Cylindrical-coordinate representation of color #32B184: hue angle of 158.74º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32B184 is Cyan = 0.72, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 177 | 132 | - |
| CMYK | 0.72 | 0 | 0.25 | 0.31 |
| HSL | 158.74º | 0.56% | 0.45% | - |
| HSV(B) | 158.74º | 0.72% | 0.69% | - |
| XYZ | 21.2 | 33.79 | 27.23 | - |
| YUV | 133.9 | 126.92 | 68.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 177 | 132 | 0.72 | 0 | 0.25 | 0.31 | 158.74 | 0.56 | 0.45 |
| Hex | 32 | B1 | 84 | 48 | 0 | 19 | 1F | 9F | 38 | 2D |
| Octal | 62 | 261 | 204 | 110 | 0 | 31 | 37 | 237 | 70 | 55 |
| Binary | 110010 | 10110001 | 10000100 | 1001000 | 0 | 11001 | 11111 | 10011111 | 111000 | 101101 |
Color Harmonies of #32B184
Complementary color
Monochromatic Colors of #32B184
Black with #32B184
Text Example
Text Example
White with #32B184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B184; }
p { color: rgb(50,177,132); }
H1.HeaderClassName
{
color: #32B184;
}
.AnyTagClassName
{
color: #32B184;
}
</style>
background-color css
<style>
a { background-color: #32B184; }
a { background-color: rgb(50,177,132); }
div.DivClassName
{
background-color: #32B184;
}
.BgClassName
{
background-color: #32B184;
}
</style>
border-color css
<style>
span { border-color: #32B184; }
span { border-color: rgb(50,177,132); }
td.TdClassName
{
border-color: #32B184;
}
.TagClassName
{
border-color: #32B184;
}
</style>