Shades of Eucalyptus #3C9660
Tints of Eucalyptus #3C9660
RGB
CMYK
RGB Variations
Color information
#3C9660 (or 0x3C9660) is known color: Eucalyptus. HEX triplet: 3C, 96 and 60. RGB value is (60,150,96). Sum of RGB (Red+Green+Blue) = 60+150+96=306 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.61% from 306); Green value is 150 (58.98% from 255 or 49.02% from 306); Blue value is 96 (37.89% from 255 or 31.37% from 306); Max value from RGB is 150 - color contains mainly: green. Hex color #3C9660 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C9660 is #C3699F. Grayscale: #757575. Windows color (decimal): -12806560 or 6329916. OLE color: 6329916.
HSL color Cylindrical-coordinate representation of color #3C9660: hue angle of 144º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C9660 is Cyan = 0.6, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 60 | 150 | 96 | - |
| CMYK | 0.6 | 0 | 0.36 | 0.41 |
| HSL | 144º | 0.43% | 0.41% | - |
| HSV(B) | 144º | 0.6% | 0.59% | - |
| XYZ | 14.88 | 23.62 | 14.84 | - |
| YUV | 116.93 | 116.18 | 87.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 150 | 96 | 0.6 | 0 | 0.36 | 0.41 | 144 | 0.43 | 0.41 |
| Hex | 3C | 96 | 60 | 3C | 0 | 24 | 29 | 90 | 2B | 29 |
| Octal | 74 | 226 | 140 | 74 | 0 | 44 | 51 | 220 | 53 | 51 |
| Binary | 111100 | 10010110 | 1100000 | 111100 | 0 | 100100 | 101001 | 10010000 | 101011 | 101001 |
Color Harmonies of #3C9660
Complementary color
Monochromatic Colors of #3C9660
Black with #3C9660
Text Example
Text Example
White with #3C9660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C9660; }
p { color: rgb(60,150,96); }
H1.HeaderClassName
{
color: #3C9660;
}
.AnyTagClassName
{
color: #3C9660;
}
</style>
background-color css
<style>
a { background-color: #3C9660; }
a { background-color: rgb(60,150,96); }
div.DivClassName
{
background-color: #3C9660;
}
.BgClassName
{
background-color: #3C9660;
}
</style>
border-color css
<style>
span { border-color: #3C9660; }
span { border-color: rgb(60,150,96); }
td.TdClassName
{
border-color: #3C9660;
}
.TagClassName
{
border-color: #3C9660;
}
</style>