Shades of Jungle Green #32AB8A
Tints of Jungle Green #32AB8A
RGB
CMYK
RGB Variations
Color information
#32AB8A (or 0x32AB8A) is known color: Jungle Green. HEX triplet: 32, AB and 8A. RGB value is (50,171,138). Sum of RGB (Red+Green+Blue) = 50+171+138=359 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.93% from 359); Green value is 171 (67.19% from 255 or 47.63% from 359); Blue value is 138 (54.30% from 255 or 38.44% from 359); Max value from RGB is 171 - color contains mainly: green. Hex color #32AB8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32AB8A is #CD5475. Grayscale: #838383. Windows color (decimal): -13456502 or 9087794. OLE color: 9087794.
HSL color Cylindrical-coordinate representation of color #32AB8A: hue angle of 163.64º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32AB8A is Cyan = 0.71, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 171 | 138 | - |
| CMYK | 0.71 | 0 | 0.19 | 0.33 |
| HSL | 163.64º | 0.55% | 0.43% | - |
| HSV(B) | 163.64º | 0.71% | 0.67% | - |
| XYZ | 20.47 | 31.64 | 29.07 | - |
| YUV | 131.06 | 131.91 | 70.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 171 | 138 | 0.71 | 0 | 0.19 | 0.33 | 163.64 | 0.55 | 0.43 |
| Hex | 32 | AB | 8A | 47 | 0 | 13 | 21 | A4 | 37 | 2B |
| Octal | 62 | 253 | 212 | 107 | 0 | 23 | 41 | 244 | 67 | 53 |
| Binary | 110010 | 10101011 | 10001010 | 1000111 | 0 | 10011 | 100001 | 10100100 | 110111 | 101011 |
Color Harmonies of #32AB8A
Complementary color
Monochromatic Colors of #32AB8A
Black with #32AB8A
Text Example
Text Example
White with #32AB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AB8A; }
p { color: rgb(50,171,138); }
H1.HeaderClassName
{
color: #32AB8A;
}
.AnyTagClassName
{
color: #32AB8A;
}
</style>
background-color css
<style>
a { background-color: #32AB8A; }
a { background-color: rgb(50,171,138); }
div.DivClassName
{
background-color: #32AB8A;
}
.BgClassName
{
background-color: #32AB8A;
}
</style>
border-color css
<style>
span { border-color: #32AB8A; }
span { border-color: rgb(50,171,138); }
td.TdClassName
{
border-color: #32AB8A;
}
.TagClassName
{
border-color: #32AB8A;
}
</style>