Shades of Eucalyptus #3C9C61
Tints of Eucalyptus #3C9C61
RGB
CMYK
RGB Variations
Color information
#3C9C61 (or 0x3C9C61) is known color: Eucalyptus. HEX triplet: 3C, 9C and 61. RGB value is (60,156,97). Sum of RGB (Red+Green+Blue) = 60+156+97=313 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.17% from 313); Green value is 156 (61.33% from 255 or 49.84% from 313); Blue value is 97 (38.28% from 255 or 30.99% from 313); Max value from RGB is 156 - color contains mainly: green. Hex color #3C9C61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C9C61 is #C3639E. Grayscale: #787878. Windows color (decimal): -12805023 or 6396988. OLE color: 6396988.
HSL color Cylindrical-coordinate representation of color #3C9C61: hue angle of 143.12º 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 #3C9C61 is Cyan = 0.62, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 60 | 156 | 97 | - |
| CMYK | 0.62 | 0 | 0.38 | 0.39 |
| HSL | 143.13º | 0.44% | 0.42% | - |
| HSV(B) | 143.13º | 0.62% | 0.61% | - |
| XYZ | 15.91 | 25.6 | 15.41 | - |
| YUV | 120.57 | 114.7 | 84.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 156 | 97 | 0.62 | 0 | 0.38 | 0.39 | 143.13 | 0.44 | 0.42 |
| Hex | 3C | 9C | 61 | 3E | 0 | 26 | 27 | 8F | 2C | 2A |
| Octal | 74 | 234 | 141 | 76 | 0 | 46 | 47 | 217 | 54 | 52 |
| Binary | 111100 | 10011100 | 1100001 | 111110 | 0 | 100110 | 100111 | 10001111 | 101100 | 101010 |
Color Harmonies of #3C9C61
Complementary color
Monochromatic Colors of #3C9C61
Black with #3C9C61
Text Example
Text Example
White with #3C9C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C9C61; }
p { color: rgb(60,156,97); }
H1.HeaderClassName
{
color: #3C9C61;
}
.AnyTagClassName
{
color: #3C9C61;
}
</style>
background-color css
<style>
a { background-color: #3C9C61; }
a { background-color: rgb(60,156,97); }
div.DivClassName
{
background-color: #3C9C61;
}
.BgClassName
{
background-color: #3C9C61;
}
</style>
border-color css
<style>
span { border-color: #3C9C61; }
span { border-color: rgb(60,156,97); }
td.TdClassName
{
border-color: #3C9C61;
}
.TagClassName
{
border-color: #3C9C61;
}
</style>