Shades of Eucalyptus #3C956D
Tints of Eucalyptus #3C956D
RGB
CMYK
RGB Variations
Color information
#3C956D (or 0x3C956D) is known color: Eucalyptus. HEX triplet: 3C, 95 and 6D. RGB value is (60,149,109). Sum of RGB (Red+Green+Blue) = 60+149+109=318 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.87% from 318); Green value is 149 (58.59% from 255 or 46.86% from 318); Blue value is 109 (42.97% from 255 or 34.28% from 318); Max value from RGB is 149 - color contains mainly: green. Hex color #3C956D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C956D is #C36A92. Grayscale: #757575. Windows color (decimal): -12806803 or 7181628. OLE color: 7181628.
HSL color Cylindrical-coordinate representation of color #3C956D: hue angle of 153.03º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C956D is Cyan = 0.60, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 60 | 149 | 109 | - |
| CMYK | 0.60 | 0 | 0.27 | 0.42 |
| HSL | 153.03º | 0.43% | 0.41% | - |
| HSV(B) | 153.03º | 0.6% | 0.58% | - |
| XYZ | 15.37 | 23.56 | 18.21 | - |
| YUV | 117.83 | 123.01 | 86.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 149 | 109 | 0.60 | 0 | 0.27 | 0.42 | 153.03 | 0.43 | 0.41 |
| Hex | 3C | 95 | 6D | 3C | 0 | 1B | 2A | 99 | 2B | 29 |
| Octal | 74 | 225 | 155 | 74 | 0 | 33 | 52 | 231 | 53 | 51 |
| Binary | 111100 | 10010101 | 1101101 | 111100 | 0 | 11011 | 101010 | 10011001 | 101011 | 101001 |
Color Harmonies of #3C956D
Complementary color
Monochromatic Colors of #3C956D
Black with #3C956D
Text Example
Text Example
White with #3C956D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C956D; }
p { color: rgb(60,149,109); }
H1.HeaderClassName
{
color: #3C956D;
}
.AnyTagClassName
{
color: #3C956D;
}
</style>
background-color css
<style>
a { background-color: #3C956D; }
a { background-color: rgb(60,149,109); }
div.DivClassName
{
background-color: #3C956D;
}
.BgClassName
{
background-color: #3C956D;
}
</style>
border-color css
<style>
span { border-color: #3C956D; }
span { border-color: rgb(60,149,109); }
td.TdClassName
{
border-color: #3C956D;
}
.TagClassName
{
border-color: #3C956D;
}
</style>