Shades of Eucalyptus #3C9A72
Tints of Eucalyptus #3C9A72
RGB
CMYK
RGB Variations
Color information
#3C9A72 (or 0x3C9A72) is known color: Eucalyptus. HEX triplet: 3C, 9A and 72. RGB value is (60,154,114). Sum of RGB (Red+Green+Blue) = 60+154+114=328 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.29% from 328); Green value is 154 (60.55% from 255 or 46.95% from 328); Blue value is 114 (44.92% from 255 or 34.76% from 328); Max value from RGB is 154 - color contains mainly: green. Hex color #3C9A72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C9A72 is #C3658D. Grayscale: #797979. Windows color (decimal): -12805518 or 7510588. OLE color: 7510588.
HSL color Cylindrical-coordinate representation of color #3C9A72: hue angle of 154.47º 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 #3C9A72 is Cyan = 0.61, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 60 | 154 | 114 | - |
| CMYK | 0.61 | 0 | 0.26 | 0.40 |
| HSL | 154.47º | 0.44% | 0.42% | - |
| HSV(B) | 154.47º | 0.61% | 0.6% | - |
| XYZ | 16.46 | 25.29 | 19.93 | - |
| YUV | 121.33 | 123.86 | 84.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 154 | 114 | 0.61 | 0 | 0.26 | 0.40 | 154.47 | 0.44 | 0.42 |
| Hex | 3C | 9A | 72 | 3D | 0 | 1A | 28 | 9A | 2C | 2A |
| Octal | 74 | 232 | 162 | 75 | 0 | 32 | 50 | 232 | 54 | 52 |
| Binary | 111100 | 10011010 | 1110010 | 111101 | 0 | 11010 | 101000 | 10011010 | 101100 | 101010 |
Color Harmonies of #3C9A72
Complementary color
Monochromatic Colors of #3C9A72
Black with #3C9A72
Text Example
Text Example
White with #3C9A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C9A72; }
p { color: rgb(60,154,114); }
H1.HeaderClassName
{
color: #3C9A72;
}
.AnyTagClassName
{
color: #3C9A72;
}
</style>
background-color css
<style>
a { background-color: #3C9A72; }
a { background-color: rgb(60,154,114); }
div.DivClassName
{
background-color: #3C9A72;
}
.BgClassName
{
background-color: #3C9A72;
}
</style>
border-color css
<style>
span { border-color: #3C9A72; }
span { border-color: rgb(60,154,114); }
td.TdClassName
{
border-color: #3C9A72;
}
.TagClassName
{
border-color: #3C9A72;
}
</style>