Shades of Eucalyptus #3C9C65
Tints of Eucalyptus #3C9C65
RGB
CMYK
RGB Variations
Color information
#3C9C65 (or 0x3C9C65) is known color: Eucalyptus. HEX triplet: 3C, 9C and 65. RGB value is (60,156,101). Sum of RGB (Red+Green+Blue) = 60+156+101=317 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.93% from 317); Green value is 156 (61.33% from 255 or 49.21% from 317); Blue value is 101 (39.84% from 255 or 31.86% from 317); Max value from RGB is 156 - color contains mainly: green. Hex color #3C9C65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C9C65 is #C3639A. Grayscale: #797979. Windows color (decimal): -12805019 or 6659132. OLE color: 6659132.
HSL color Cylindrical-coordinate representation of color #3C9C65: hue angle of 145.62º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3C9C65 is Cyan = 0.62, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 60 | 156 | 101 | - |
| CMYK | 0.62 | 0 | 0.35 | 0.39 |
| HSL | 145.63º | 0.44% | 0.42% | - |
| HSV(B) | 145.63º | 0.62% | 0.61% | - |
| XYZ | 16.1 | 25.68 | 16.42 | - |
| YUV | 121.03 | 116.7 | 84.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 156 | 101 | 0.62 | 0 | 0.35 | 0.39 | 145.63 | 0.44 | 0.42 |
| Hex | 3C | 9C | 65 | 3E | 0 | 23 | 27 | 92 | 2C | 2A |
| Octal | 74 | 234 | 145 | 76 | 0 | 43 | 47 | 222 | 54 | 52 |
| Binary | 111100 | 10011100 | 1100101 | 111110 | 0 | 100011 | 100111 | 10010010 | 101100 | 101010 |
Color Harmonies of #3C9C65
Complementary color
Monochromatic Colors of #3C9C65
Black with #3C9C65
Text Example
Text Example
White with #3C9C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C9C65; }
p { color: rgb(60,156,101); }
H1.HeaderClassName
{
color: #3C9C65;
}
.AnyTagClassName
{
color: #3C9C65;
}
</style>
background-color css
<style>
a { background-color: #3C9C65; }
a { background-color: rgb(60,156,101); }
div.DivClassName
{
background-color: #3C9C65;
}
.BgClassName
{
background-color: #3C9C65;
}
</style>
border-color css
<style>
span { border-color: #3C9C65; }
span { border-color: rgb(60,156,101); }
td.TdClassName
{
border-color: #3C9C65;
}
.TagClassName
{
border-color: #3C9C65;
}
</style>