Shades of Eucalyptus #3C9965
Tints of Eucalyptus #3C9965
RGB
CMYK
RGB Variations
Color information
#3C9965 (or 0x3C9965) is known color: Eucalyptus. HEX triplet: 3C, 99 and 65. RGB value is (60,153,101). Sum of RGB (Red+Green+Blue) = 60+153+101=314 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.11% from 314); Green value is 153 (60.16% from 255 or 48.73% from 314); Blue value is 101 (39.84% from 255 or 32.17% from 314); Max value from RGB is 153 - color contains mainly: green. Hex color #3C9965 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C9965 is #C3669A. Grayscale: #777777. Windows color (decimal): -12805787 or 6658364. OLE color: 6658364.
HSL color Cylindrical-coordinate representation of color #3C9965: hue angle of 146.45º 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 #3C9965 is Cyan = 0.61, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 60 | 153 | 101 | - |
| CMYK | 0.61 | 0 | 0.34 | 0.4 |
| HSL | 146.45º | 0.44% | 0.42% | - |
| HSV(B) | 146.45º | 0.61% | 0.6% | - |
| XYZ | 15.6 | 24.68 | 16.25 | - |
| YUV | 119.27 | 117.69 | 85.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 153 | 101 | 0.61 | 0 | 0.34 | 0.4 | 146.45 | 0.44 | 0.42 |
| Hex | 3C | 99 | 65 | 3D | 0 | 22 | 28 | 92 | 2C | 2A |
| Octal | 74 | 231 | 145 | 75 | 0 | 42 | 50 | 222 | 54 | 52 |
| Binary | 111100 | 10011001 | 1100101 | 111101 | 0 | 100010 | 101000 | 10010010 | 101100 | 101010 |
Color Harmonies of #3C9965
Complementary color
Monochromatic Colors of #3C9965
Black with #3C9965
Text Example
Text Example
White with #3C9965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C9965; }
p { color: rgb(60,153,101); }
H1.HeaderClassName
{
color: #3C9965;
}
.AnyTagClassName
{
color: #3C9965;
}
</style>
background-color css
<style>
a { background-color: #3C9965; }
a { background-color: rgb(60,153,101); }
div.DivClassName
{
background-color: #3C9965;
}
.BgClassName
{
background-color: #3C9965;
}
</style>
border-color css
<style>
span { border-color: #3C9965; }
span { border-color: rgb(60,153,101); }
td.TdClassName
{
border-color: #3C9965;
}
.TagClassName
{
border-color: #3C9965;
}
</style>