Shades of Eucalyptus #3C9A70
Tints of Eucalyptus #3C9A70
RGB
CMYK
RGB Variations
Color information
#3C9A70 (or 0x3C9A70) is known color: Eucalyptus. HEX triplet: 3C, 9A and 70. RGB value is (60,154,112). Sum of RGB (Red+Green+Blue) = 60+154+112=326 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.40% from 326); Green value is 154 (60.55% from 255 or 47.24% from 326); Blue value is 112 (44.14% from 255 or 34.36% from 326); Max value from RGB is 154 - color contains mainly: green. Hex color #3C9A70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C9A70 is #C3658F. Grayscale: #797979. Windows color (decimal): -12805520 or 7379516. OLE color: 7379516.
HSL color Cylindrical-coordinate representation of color #3C9A70: hue angle of 153.19º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3C9A70 is Cyan = 0.61, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 60 | 154 | 112 | - |
| CMYK | 0.61 | 0 | 0.27 | 0.40 |
| HSL | 153.19º | 0.44% | 0.42% | - |
| HSV(B) | 153.19º | 0.61% | 0.6% | - |
| XYZ | 16.34 | 25.24 | 19.34 | - |
| YUV | 121.11 | 122.86 | 84.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 154 | 112 | 0.61 | 0 | 0.27 | 0.40 | 153.19 | 0.44 | 0.42 |
| Hex | 3C | 9A | 70 | 3D | 0 | 1B | 28 | 99 | 2C | 2A |
| Octal | 74 | 232 | 160 | 75 | 0 | 33 | 50 | 231 | 54 | 52 |
| Binary | 111100 | 10011010 | 1110000 | 111101 | 0 | 11011 | 101000 | 10011001 | 101100 | 101010 |
Color Harmonies of #3C9A70
Complementary color
Monochromatic Colors of #3C9A70
Black with #3C9A70
Text Example
Text Example
White with #3C9A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C9A70; }
p { color: rgb(60,154,112); }
H1.HeaderClassName
{
color: #3C9A70;
}
.AnyTagClassName
{
color: #3C9A70;
}
</style>
background-color css
<style>
a { background-color: #3C9A70; }
a { background-color: rgb(60,154,112); }
div.DivClassName
{
background-color: #3C9A70;
}
.BgClassName
{
background-color: #3C9A70;
}
</style>
border-color css
<style>
span { border-color: #3C9A70; }
span { border-color: rgb(60,154,112); }
td.TdClassName
{
border-color: #3C9A70;
}
.TagClassName
{
border-color: #3C9A70;
}
</style>