Shades of Eucalyptus #3C956C
Tints of Eucalyptus #3C956C
RGB
CMYK
RGB Variations
Color information
#3C956C (or 0x3C956C) is known color: Eucalyptus. HEX triplet: 3C, 95 and 6C. RGB value is (60,149,108). Sum of RGB (Red+Green+Blue) = 60+149+108=317 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.93% from 317); Green value is 149 (58.59% from 255 or 47.00% from 317); Blue value is 108 (42.58% from 255 or 34.07% from 317); Max value from RGB is 149 - color contains mainly: green. Hex color #3C956C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C956C is #C36A93. Grayscale: #757575. Windows color (decimal): -12806804 or 7116092. OLE color: 7116092.
HSL color Cylindrical-coordinate representation of color #3C956C: hue angle of 152.36º 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 #3C956C is Cyan = 0.60, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 60 | 149 | 108 | - |
| CMYK | 0.60 | 0 | 0.28 | 0.42 |
| HSL | 152.36º | 0.43% | 0.41% | - |
| HSV(B) | 152.36º | 0.6% | 0.58% | - |
| XYZ | 15.32 | 23.54 | 17.92 | - |
| YUV | 117.72 | 122.51 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 149 | 108 | 0.60 | 0 | 0.28 | 0.42 | 152.36 | 0.43 | 0.41 |
| Hex | 3C | 95 | 6C | 3C | 0 | 1C | 2A | 98 | 2B | 29 |
| Octal | 74 | 225 | 154 | 74 | 0 | 34 | 52 | 230 | 53 | 51 |
| Binary | 111100 | 10010101 | 1101100 | 111100 | 0 | 11100 | 101010 | 10011000 | 101011 | 101001 |
Color Harmonies of #3C956C
Complementary color
Monochromatic Colors of #3C956C
Black with #3C956C
Text Example
Text Example
White with #3C956C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C956C; }
p { color: rgb(60,149,108); }
H1.HeaderClassName
{
color: #3C956C;
}
.AnyTagClassName
{
color: #3C956C;
}
</style>
background-color css
<style>
a { background-color: #3C956C; }
a { background-color: rgb(60,149,108); }
div.DivClassName
{
background-color: #3C956C;
}
.BgClassName
{
background-color: #3C956C;
}
</style>
border-color css
<style>
span { border-color: #3C956C; }
span { border-color: rgb(60,149,108); }
td.TdClassName
{
border-color: #3C956C;
}
.TagClassName
{
border-color: #3C956C;
}
</style>