Shades of Jungle Green #32B18C
Tints of Jungle Green #32B18C
RGB
CMYK
RGB Variations
Color information
#32B18C (or 0x32B18C) is known color: Jungle Green. HEX triplet: 32, B1 and 8C. RGB value is (50,177,140). Sum of RGB (Red+Green+Blue) = 50+177+140=367 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.62% from 367); Green value is 177 (69.53% from 255 or 48.23% from 367); Blue value is 140 (55.08% from 255 or 38.15% from 367); Max value from RGB is 177 - color contains mainly: green. Hex color #32B18C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32B18C is #CD4E73. Grayscale: #868686. Windows color (decimal): -13454964 or 9220402. OLE color: 9220402.
HSL color Cylindrical-coordinate representation of color #32B18C: hue angle of 162.52º 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 #32B18C is Cyan = 0.72, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 177 | 140 | - |
| CMYK | 0.72 | 0 | 0.21 | 0.31 |
| HSL | 162.52º | 0.56% | 0.45% | - |
| HSV(B) | 162.52º | 0.72% | 0.69% | - |
| XYZ | 21.77 | 34.02 | 30.23 | - |
| YUV | 134.81 | 130.92 | 67.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 177 | 140 | 0.72 | 0 | 0.21 | 0.31 | 162.52 | 0.56 | 0.45 |
| Hex | 32 | B1 | 8C | 48 | 0 | 15 | 1F | A3 | 38 | 2D |
| Octal | 62 | 261 | 214 | 110 | 0 | 25 | 37 | 243 | 70 | 55 |
| Binary | 110010 | 10110001 | 10001100 | 1001000 | 0 | 10101 | 11111 | 10100011 | 111000 | 101101 |
Color Harmonies of #32B18C
Complementary color
Monochromatic Colors of #32B18C
Black with #32B18C
Text Example
Text Example
White with #32B18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B18C; }
p { color: rgb(50,177,140); }
H1.HeaderClassName
{
color: #32B18C;
}
.AnyTagClassName
{
color: #32B18C;
}
</style>
background-color css
<style>
a { background-color: #32B18C; }
a { background-color: rgb(50,177,140); }
div.DivClassName
{
background-color: #32B18C;
}
.BgClassName
{
background-color: #32B18C;
}
</style>
border-color css
<style>
span { border-color: #32B18C; }
span { border-color: rgb(50,177,140); }
td.TdClassName
{
border-color: #32B18C;
}
.TagClassName
{
border-color: #32B18C;
}
</style>