Shades of Jungle Green #32B088
Tints of Jungle Green #32B088
RGB
CMYK
RGB Variations
Color information
#32B088 (or 0x32B088) is known color: Jungle Green. HEX triplet: 32, B0 and 88. RGB value is (50,176,136). Sum of RGB (Red+Green+Blue) = 50+176+136=362 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.81% from 362); Green value is 176 (69.14% from 255 or 48.62% from 362); Blue value is 136 (53.52% from 255 or 37.57% from 362); Max value from RGB is 176 - color contains mainly: green. Hex color #32B088 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32B088 is #CD4F77. Grayscale: #858585. Windows color (decimal): -13455224 or 8958002. OLE color: 8958002.
HSL color Cylindrical-coordinate representation of color #32B088: hue angle of 160.95º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32B088 is Cyan = 0.72, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 176 | 136 | - |
| CMYK | 0.72 | 0 | 0.23 | 0.31 |
| HSL | 160.95º | 0.56% | 0.44% | - |
| HSV(B) | 160.95º | 0.72% | 0.69% | - |
| XYZ | 21.28 | 33.51 | 28.64 | - |
| YUV | 133.77 | 129.26 | 68.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 176 | 136 | 0.72 | 0 | 0.23 | 0.31 | 160.95 | 0.56 | 0.44 |
| Hex | 32 | B0 | 88 | 48 | 0 | 17 | 1F | A1 | 38 | 2C |
| Octal | 62 | 260 | 210 | 110 | 0 | 27 | 37 | 241 | 70 | 54 |
| Binary | 110010 | 10110000 | 10001000 | 1001000 | 0 | 10111 | 11111 | 10100001 | 111000 | 101100 |
Color Harmonies of #32B088
Complementary color
Monochromatic Colors of #32B088
Black with #32B088
Text Example
Text Example
White with #32B088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B088; }
p { color: rgb(50,176,136); }
H1.HeaderClassName
{
color: #32B088;
}
.AnyTagClassName
{
color: #32B088;
}
</style>
background-color css
<style>
a { background-color: #32B088; }
a { background-color: rgb(50,176,136); }
div.DivClassName
{
background-color: #32B088;
}
.BgClassName
{
background-color: #32B088;
}
</style>
border-color css
<style>
span { border-color: #32B088; }
span { border-color: rgb(50,176,136); }
td.TdClassName
{
border-color: #32B088;
}
.TagClassName
{
border-color: #32B088;
}
</style>