Shades of Jungle Green #32B78C
Tints of Jungle Green #32B78C
RGB
CMYK
RGB Variations
Color information
#32B78C (or 0x32B78C) is known color: Jungle Green. HEX triplet: 32, B7 and 8C. RGB value is (50,183,140). Sum of RGB (Red+Green+Blue) = 50+183+140=373 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.40% from 373); Green value is 183 (71.88% from 255 or 49.06% from 373); Blue value is 140 (55.08% from 255 or 37.53% from 373); Max value from RGB is 183 - color contains mainly: green. Hex color #32B78C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32B78C is #CD4873. Grayscale: #8A8A8A. Windows color (decimal): -13453428 or 9221938. OLE color: 9221938.
HSL color Cylindrical-coordinate representation of color #32B78C: hue angle of 160.6º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32B78C is Cyan = 0.73, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 50 | 183 | 140 | - |
| CMYK | 0.73 | 0 | 0.23 | 0.28 |
| HSL | 160.6º | 0.57% | 0.46% | - |
| HSV(B) | 160.6º | 0.73% | 0.72% | - |
| XYZ | 22.98 | 36.44 | 30.63 | - |
| YUV | 138.33 | 128.94 | 65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 183 | 140 | 0.73 | 0 | 0.23 | 0.28 | 160.6 | 0.57 | 0.46 |
| Hex | 32 | B7 | 8C | 49 | 0 | 17 | 1C | A1 | 39 | 2E |
| Octal | 62 | 267 | 214 | 111 | 0 | 27 | 34 | 241 | 71 | 56 |
| Binary | 110010 | 10110111 | 10001100 | 1001001 | 0 | 10111 | 11100 | 10100001 | 111001 | 101110 |
Color Harmonies of #32B78C
Complementary color
Monochromatic Colors of #32B78C
Black with #32B78C
Text Example
Text Example
White with #32B78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B78C; }
p { color: rgb(50,183,140); }
H1.HeaderClassName
{
color: #32B78C;
}
.AnyTagClassName
{
color: #32B78C;
}
</style>
background-color css
<style>
a { background-color: #32B78C; }
a { background-color: rgb(50,183,140); }
div.DivClassName
{
background-color: #32B78C;
}
.BgClassName
{
background-color: #32B78C;
}
</style>
border-color css
<style>
span { border-color: #32B78C; }
span { border-color: rgb(50,183,140); }
td.TdClassName
{
border-color: #32B78C;
}
.TagClassName
{
border-color: #32B78C;
}
</style>