Shades of Eucalyptus #32996C
Tints of Eucalyptus #32996C
RGB
CMYK
RGB Variations
Color information
#32996C (or 0x32996C) is known color: Eucalyptus. HEX triplet: 32, 99 and 6C. RGB value is (50,153,108). Sum of RGB (Red+Green+Blue) = 50+153+108=311 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.08% from 311); Green value is 153 (60.16% from 255 or 49.20% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 153 - color contains mainly: green. Hex color #32996C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32996C is #CD6693. Grayscale: #757575. Windows color (decimal): -13461140 or 7117106. OLE color: 7117106.
HSL color Cylindrical-coordinate representation of color #32996C: hue angle of 153.79º 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 #32996C is Cyan = 0.67, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 50 | 153 | 108 | - |
| CMYK | 0.67 | 0 | 0.29 | 0.4 |
| HSL | 153.79º | 0.51% | 0.4% | - |
| HSV(B) | 153.79º | 0.67% | 0.6% | - |
| XYZ | 15.41 | 24.54 | 18.11 | - |
| YUV | 117.07 | 122.88 | 80.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 153 | 108 | 0.67 | 0 | 0.29 | 0.4 | 153.79 | 0.51 | 0.4 |
| Hex | 32 | 99 | 6C | 43 | 0 | 1D | 28 | 9A | 33 | 28 |
| Octal | 62 | 231 | 154 | 103 | 0 | 35 | 50 | 232 | 63 | 50 |
| Binary | 110010 | 10011001 | 1101100 | 1000011 | 0 | 11101 | 101000 | 10011010 | 110011 | 101000 |
Color Harmonies of #32996C
Complementary color
Monochromatic Colors of #32996C
Black with #32996C
Text Example
Text Example
White with #32996C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32996C; }
p { color: rgb(50,153,108); }
H1.HeaderClassName
{
color: #32996C;
}
.AnyTagClassName
{
color: #32996C;
}
</style>
background-color css
<style>
a { background-color: #32996C; }
a { background-color: rgb(50,153,108); }
div.DivClassName
{
background-color: #32996C;
}
.BgClassName
{
background-color: #32996C;
}
</style>
border-color css
<style>
span { border-color: #32996C; }
span { border-color: rgb(50,153,108); }
td.TdClassName
{
border-color: #32996C;
}
.TagClassName
{
border-color: #32996C;
}
</style>