Shades of Eucalyptus #3C966D
Tints of Eucalyptus #3C966D
RGB
CMYK
RGB Variations
Color information
#3C966D (or 0x3C966D) is known color: Eucalyptus. HEX triplet: 3C, 96 and 6D. RGB value is (60,150,109). Sum of RGB (Red+Green+Blue) = 60+150+109=319 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.81% from 319); Green value is 150 (58.98% from 255 or 47.02% from 319); Blue value is 109 (42.97% from 255 or 34.17% from 319); Max value from RGB is 150 - color contains mainly: green. Hex color #3C966D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C966D is #C36992. Grayscale: #767676. Windows color (decimal): -12806547 or 7181884. OLE color: 7181884.
HSL color Cylindrical-coordinate representation of color #3C966D: hue angle of 152.67º 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 #3C966D is Cyan = 0.6, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 60 | 150 | 109 | - |
| CMYK | 0.6 | 0 | 0.27 | 0.41 |
| HSL | 152.67º | 0.43% | 0.41% | - |
| HSV(B) | 152.67º | 0.6% | 0.59% | - |
| XYZ | 15.53 | 23.88 | 18.26 | - |
| YUV | 118.42 | 122.68 | 86.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 150 | 109 | 0.6 | 0 | 0.27 | 0.41 | 152.67 | 0.43 | 0.41 |
| Hex | 3C | 96 | 6D | 3C | 0 | 1B | 29 | 99 | 2B | 29 |
| Octal | 74 | 226 | 155 | 74 | 0 | 33 | 51 | 231 | 53 | 51 |
| Binary | 111100 | 10010110 | 1101101 | 111100 | 0 | 11011 | 101001 | 10011001 | 101011 | 101001 |
Color Harmonies of #3C966D
Complementary color
Monochromatic Colors of #3C966D
Black with #3C966D
Text Example
Text Example
White with #3C966D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C966D; }
p { color: rgb(60,150,109); }
H1.HeaderClassName
{
color: #3C966D;
}
.AnyTagClassName
{
color: #3C966D;
}
</style>
background-color css
<style>
a { background-color: #3C966D; }
a { background-color: rgb(60,150,109); }
div.DivClassName
{
background-color: #3C966D;
}
.BgClassName
{
background-color: #3C966D;
}
</style>
border-color css
<style>
span { border-color: #3C966D; }
span { border-color: rgb(60,150,109); }
td.TdClassName
{
border-color: #3C966D;
}
.TagClassName
{
border-color: #3C966D;
}
</style>