Shades of Eucalyptus #3C966C
Tints of Eucalyptus #3C966C
RGB
CMYK
RGB Variations
Color information
#3C966C (or 0x3C966C) is known color: Eucalyptus. HEX triplet: 3C, 96 and 6C. RGB value is (60,150,108). Sum of RGB (Red+Green+Blue) = 60+150+108=318 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.87% from 318); Green value is 150 (58.98% from 255 or 47.17% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 150 - color contains mainly: green. Hex color #3C966C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C966C is #C36993. Grayscale: #767676. Windows color (decimal): -12806548 or 7116348. OLE color: 7116348.
HSL color Cylindrical-coordinate representation of color #3C966C: hue angle of 152º 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 #3C966C is Cyan = 0.6, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 60 | 150 | 108 | - |
| CMYK | 0.6 | 0 | 0.28 | 0.41 |
| HSL | 152º | 0.43% | 0.41% | - |
| HSV(B) | 152º | 0.6% | 0.59% | - |
| XYZ | 15.48 | 23.86 | 17.98 | - |
| YUV | 118.3 | 122.18 | 86.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 150 | 108 | 0.6 | 0 | 0.28 | 0.41 | 152 | 0.43 | 0.41 |
| Hex | 3C | 96 | 6C | 3C | 0 | 1C | 29 | 98 | 2B | 29 |
| Octal | 74 | 226 | 154 | 74 | 0 | 34 | 51 | 230 | 53 | 51 |
| Binary | 111100 | 10010110 | 1101100 | 111100 | 0 | 11100 | 101001 | 10011000 | 101011 | 101001 |
Color Harmonies of #3C966C
Complementary color
Monochromatic Colors of #3C966C
Black with #3C966C
Text Example
Text Example
White with #3C966C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C966C; }
p { color: rgb(60,150,108); }
H1.HeaderClassName
{
color: #3C966C;
}
.AnyTagClassName
{
color: #3C966C;
}
</style>
background-color css
<style>
a { background-color: #3C966C; }
a { background-color: rgb(60,150,108); }
div.DivClassName
{
background-color: #3C966C;
}
.BgClassName
{
background-color: #3C966C;
}
</style>
border-color css
<style>
span { border-color: #3C966C; }
span { border-color: rgb(60,150,108); }
td.TdClassName
{
border-color: #3C966C;
}
.TagClassName
{
border-color: #3C966C;
}
</style>