Shades of Jungle Green #32B17D
Tints of Jungle Green #32B17D
RGB
CMYK
RGB Variations
Color information
#32B17D (or 0x32B17D) is known color: Jungle Green. HEX triplet: 32, B1 and 7D. RGB value is (50,177,125). Sum of RGB (Red+Green+Blue) = 50+177+125=352 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.20% from 352); Green value is 177 (69.53% from 255 or 50.28% from 352); Blue value is 125 (49.22% from 255 or 35.51% from 352); Max value from RGB is 177 - color contains mainly: green. Hex color #32B17D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32B17D is #CD4E82. Grayscale: #858585. Windows color (decimal): -13454979 or 8237362. OLE color: 8237362.
HSL color Cylindrical-coordinate representation of color #32B17D: hue angle of 155.43º 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 #32B17D is Cyan = 0.72, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 177 | 125 | - |
| CMYK | 0.72 | 0 | 0.29 | 0.31 |
| HSL | 155.43º | 0.56% | 0.45% | - |
| HSV(B) | 155.43º | 0.72% | 0.69% | - |
| XYZ | 20.74 | 33.6 | 24.8 | - |
| YUV | 133.1 | 123.42 | 68.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 177 | 125 | 0.72 | 0 | 0.29 | 0.31 | 155.43 | 0.56 | 0.45 |
| Hex | 32 | B1 | 7D | 48 | 0 | 1D | 1F | 9B | 38 | 2D |
| Octal | 62 | 261 | 175 | 110 | 0 | 35 | 37 | 233 | 70 | 55 |
| Binary | 110010 | 10110001 | 1111101 | 1001000 | 0 | 11101 | 11111 | 10011011 | 111000 | 101101 |
Color Harmonies of #32B17D
Complementary color
Monochromatic Colors of #32B17D
Black with #32B17D
Text Example
Text Example
White with #32B17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B17D; }
p { color: rgb(50,177,125); }
H1.HeaderClassName
{
color: #32B17D;
}
.AnyTagClassName
{
color: #32B17D;
}
</style>
background-color css
<style>
a { background-color: #32B17D; }
a { background-color: rgb(50,177,125); }
div.DivClassName
{
background-color: #32B17D;
}
.BgClassName
{
background-color: #32B17D;
}
</style>
border-color css
<style>
span { border-color: #32B17D; }
span { border-color: rgb(50,177,125); }
td.TdClassName
{
border-color: #32B17D;
}
.TagClassName
{
border-color: #32B17D;
}
</style>