Shades of Eucalyptus #3C966B
Tints of Eucalyptus #3C966B
RGB
CMYK
RGB Variations
Color information
#3C966B (or 0x3C966B) is known color: Eucalyptus. HEX triplet: 3C, 96 and 6B. RGB value is (60,150,107). Sum of RGB (Red+Green+Blue) = 60+150+107=317 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.93% from 317); Green value is 150 (58.98% from 255 or 47.32% from 317); Blue value is 107 (42.19% from 255 or 33.75% from 317); Max value from RGB is 150 - color contains mainly: green. Hex color #3C966B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C966B is #C36994. Grayscale: #767676. Windows color (decimal): -12806549 or 7050812. OLE color: 7050812.
HSL color Cylindrical-coordinate representation of color #3C966B: hue angle of 151.33º 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 #3C966B is Cyan = 0.6, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 60 | 150 | 107 | - |
| CMYK | 0.6 | 0 | 0.29 | 0.41 |
| HSL | 151.33º | 0.43% | 0.41% | - |
| HSV(B) | 151.33º | 0.6% | 0.59% | - |
| XYZ | 15.42 | 23.83 | 17.7 | - |
| YUV | 118.19 | 121.68 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 150 | 107 | 0.6 | 0 | 0.29 | 0.41 | 151.33 | 0.43 | 0.41 |
| Hex | 3C | 96 | 6B | 3C | 0 | 1D | 29 | 97 | 2B | 29 |
| Octal | 74 | 226 | 153 | 74 | 0 | 35 | 51 | 227 | 53 | 51 |
| Binary | 111100 | 10010110 | 1101011 | 111100 | 0 | 11101 | 101001 | 10010111 | 101011 | 101001 |
Color Harmonies of #3C966B
Complementary color
Monochromatic Colors of #3C966B
Black with #3C966B
Text Example
Text Example
White with #3C966B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C966B; }
p { color: rgb(60,150,107); }
H1.HeaderClassName
{
color: #3C966B;
}
.AnyTagClassName
{
color: #3C966B;
}
</style>
background-color css
<style>
a { background-color: #3C966B; }
a { background-color: rgb(60,150,107); }
div.DivClassName
{
background-color: #3C966B;
}
.BgClassName
{
background-color: #3C966B;
}
</style>
border-color css
<style>
span { border-color: #3C966B; }
span { border-color: rgb(60,150,107); }
td.TdClassName
{
border-color: #3C966B;
}
.TagClassName
{
border-color: #3C966B;
}
</style>