Shades of Eucalyptus #3C9060
Tints of Eucalyptus #3C9060
RGB
CMYK
RGB Variations
Color information
#3C9060 (or 0x3C9060) is known color: Eucalyptus. HEX triplet: 3C, 90 and 60. RGB value is (60,144,96). Sum of RGB (Red+Green+Blue) = 60+144+96=300 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20% from 300); Green value is 144 (56.64% from 255 or 48% from 300); Blue value is 96 (37.89% from 255 or 32% from 300); Max value from RGB is 144 - color contains mainly: green. Hex color #3C9060 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C9060 is #C36F9F. Grayscale: #717171. Windows color (decimal): -12808096 or 6328380. OLE color: 6328380.
HSL color Cylindrical-coordinate representation of color #3C9060: hue angle of 145.71º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C9060 is Cyan = 0.58, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 60 | 144 | 96 | - |
| CMYK | 0.58 | 0 | 0.33 | 0.44 |
| HSL | 145.71º | 0.41% | 0.4% | - |
| HSV(B) | 145.71º | 0.58% | 0.56% | - |
| XYZ | 13.95 | 21.75 | 14.53 | - |
| YUV | 113.41 | 118.17 | 89.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 144 | 96 | 0.58 | 0 | 0.33 | 0.44 | 145.71 | 0.41 | 0.4 |
| Hex | 3C | 90 | 60 | 3A | 0 | 21 | 2C | 92 | 29 | 28 |
| Octal | 74 | 220 | 140 | 72 | 0 | 41 | 54 | 222 | 51 | 50 |
| Binary | 111100 | 10010000 | 1100000 | 111010 | 0 | 100001 | 101100 | 10010010 | 101001 | 101000 |
Color Harmonies of #3C9060
Complementary color
Monochromatic Colors of #3C9060
Black with #3C9060
Text Example
Text Example
White with #3C9060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C9060; }
p { color: rgb(60,144,96); }
H1.HeaderClassName
{
color: #3C9060;
}
.AnyTagClassName
{
color: #3C9060;
}
</style>
background-color css
<style>
a { background-color: #3C9060; }
a { background-color: rgb(60,144,96); }
div.DivClassName
{
background-color: #3C9060;
}
.BgClassName
{
background-color: #3C9060;
}
</style>
border-color css
<style>
span { border-color: #3C9060; }
span { border-color: rgb(60,144,96); }
td.TdClassName
{
border-color: #3C9060;
}
.TagClassName
{
border-color: #3C9060;
}
</style>