Shades of Eucalyptus #32906C
Tints of Eucalyptus #32906C
RGB
CMYK
RGB Variations
Color information
#32906C (or 0x32906C) is known color: Eucalyptus. HEX triplet: 32, 90 and 6C. RGB value is (50,144,108). Sum of RGB (Red+Green+Blue) = 50+144+108=302 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.56% from 302); Green value is 144 (56.64% from 255 or 47.68% from 302); Blue value is 108 (42.58% from 255 or 35.76% from 302); Max value from RGB is 144 - color contains mainly: green. Hex color #32906C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32906C is #CD6F93. Grayscale: #6F6F6F. Windows color (decimal): -13463444 or 7114802. OLE color: 7114802.
HSL color Cylindrical-coordinate representation of color #32906C: hue angle of 157.02º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #32906C is Cyan = 0.65, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 50 | 144 | 108 | - |
| CMYK | 0.65 | 0 | 0.25 | 0.44 |
| HSL | 157.02º | 0.48% | 0.38% | - |
| HSV(B) | 157.02º | 0.65% | 0.56% | - |
| XYZ | 14 | 21.71 | 17.64 | - |
| YUV | 111.79 | 125.86 | 83.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 144 | 108 | 0.65 | 0 | 0.25 | 0.44 | 157.02 | 0.48 | 0.38 |
| Hex | 32 | 90 | 6C | 41 | 0 | 19 | 2C | 9D | 30 | 26 |
| Octal | 62 | 220 | 154 | 101 | 0 | 31 | 54 | 235 | 60 | 46 |
| Binary | 110010 | 10010000 | 1101100 | 1000001 | 0 | 11001 | 101100 | 10011101 | 110000 | 100110 |
Color Harmonies of #32906C
Complementary color
Monochromatic Colors of #32906C
Black with #32906C
Text Example
Text Example
White with #32906C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32906C; }
p { color: rgb(50,144,108); }
H1.HeaderClassName
{
color: #32906C;
}
.AnyTagClassName
{
color: #32906C;
}
</style>
background-color css
<style>
a { background-color: #32906C; }
a { background-color: rgb(50,144,108); }
div.DivClassName
{
background-color: #32906C;
}
.BgClassName
{
background-color: #32906C;
}
</style>
border-color css
<style>
span { border-color: #32906C; }
span { border-color: rgb(50,144,108); }
td.TdClassName
{
border-color: #32906C;
}
.TagClassName
{
border-color: #32906C;
}
</style>