Shades of Eucalyptus #32906A
Tints of Eucalyptus #32906A
RGB
CMYK
RGB Variations
Color information
#32906A (or 0x32906A) is known color: Eucalyptus. HEX triplet: 32, 90 and 6A. RGB value is (50,144,106). Sum of RGB (Red+Green+Blue) = 50+144+106=300 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.67% from 300); Green value is 144 (56.64% from 255 or 48% from 300); Blue value is 106 (41.80% from 255 or 35.33% from 300); Max value from RGB is 144 - color contains mainly: green. Hex color #32906A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32906A is #CD6F95. Grayscale: #6F6F6F. Windows color (decimal): -13463446 or 6983730. OLE color: 6983730.
HSL color Cylindrical-coordinate representation of color #32906A: hue angle of 155.74º 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 #32906A is Cyan = 0.65, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 50 | 144 | 106 | - |
| CMYK | 0.65 | 0 | 0.26 | 0.44 |
| HSL | 155.74º | 0.48% | 0.38% | - |
| HSV(B) | 155.74º | 0.65% | 0.56% | - |
| XYZ | 13.89 | 21.67 | 17.09 | - |
| YUV | 111.56 | 124.86 | 84.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 144 | 106 | 0.65 | 0 | 0.26 | 0.44 | 155.74 | 0.48 | 0.38 |
| Hex | 32 | 90 | 6A | 41 | 0 | 1A | 2C | 9C | 30 | 26 |
| Octal | 62 | 220 | 152 | 101 | 0 | 32 | 54 | 234 | 60 | 46 |
| Binary | 110010 | 10010000 | 1101010 | 1000001 | 0 | 11010 | 101100 | 10011100 | 110000 | 100110 |
Color Harmonies of #32906A
Complementary color
Monochromatic Colors of #32906A
Black with #32906A
Text Example
Text Example
White with #32906A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32906A; }
p { color: rgb(50,144,106); }
H1.HeaderClassName
{
color: #32906A;
}
.AnyTagClassName
{
color: #32906A;
}
</style>
background-color css
<style>
a { background-color: #32906A; }
a { background-color: rgb(50,144,106); }
div.DivClassName
{
background-color: #32906A;
}
.BgClassName
{
background-color: #32906A;
}
</style>
border-color css
<style>
span { border-color: #32906A; }
span { border-color: rgb(50,144,106); }
td.TdClassName
{
border-color: #32906A;
}
.TagClassName
{
border-color: #32906A;
}
</style>