Shades of Eucalyptus #32996B
Tints of Eucalyptus #32996B
RGB
CMYK
RGB Variations
Color information
#32996B (or 0x32996B) is known color: Eucalyptus. HEX triplet: 32, 99 and 6B. RGB value is (50,153,107). Sum of RGB (Red+Green+Blue) = 50+153+107=310 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.13% from 310); Green value is 153 (60.16% from 255 or 49.35% from 310); Blue value is 107 (42.19% from 255 or 34.52% from 310); Max value from RGB is 153 - color contains mainly: green. Hex color #32996B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32996B is #CD6694. Grayscale: #757575. Windows color (decimal): -13461141 or 7051570. OLE color: 7051570.
HSL color Cylindrical-coordinate representation of color #32996B: hue angle of 153.2º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #32996B is Cyan = 0.67, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 50 | 153 | 107 | - |
| CMYK | 0.67 | 0 | 0.30 | 0.4 |
| HSL | 153.2º | 0.51% | 0.4% | - |
| HSV(B) | 153.2º | 0.67% | 0.6% | - |
| XYZ | 15.36 | 24.52 | 17.83 | - |
| YUV | 116.96 | 122.38 | 80.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 153 | 107 | 0.67 | 0 | 0.30 | 0.4 | 153.2 | 0.51 | 0.4 |
| Hex | 32 | 99 | 6B | 43 | 0 | 1E | 28 | 99 | 33 | 28 |
| Octal | 62 | 231 | 153 | 103 | 0 | 36 | 50 | 231 | 63 | 50 |
| Binary | 110010 | 10011001 | 1101011 | 1000011 | 0 | 11110 | 101000 | 10011001 | 110011 | 101000 |
Color Harmonies of #32996B
Complementary color
Monochromatic Colors of #32996B
Black with #32996B
Text Example
Text Example
White with #32996B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32996B; }
p { color: rgb(50,153,107); }
H1.HeaderClassName
{
color: #32996B;
}
.AnyTagClassName
{
color: #32996B;
}
</style>
background-color css
<style>
a { background-color: #32996B; }
a { background-color: rgb(50,153,107); }
div.DivClassName
{
background-color: #32996B;
}
.BgClassName
{
background-color: #32996B;
}
</style>
border-color css
<style>
span { border-color: #32996B; }
span { border-color: rgb(50,153,107); }
td.TdClassName
{
border-color: #32996B;
}
.TagClassName
{
border-color: #32996B;
}
</style>