Shades of Eucalyptus #3C955F
Tints of Eucalyptus #3C955F
RGB
CMYK
RGB Variations
Color information
#3C955F (or 0x3C955F) is known color: Eucalyptus. HEX triplet: 3C, 95 and 5F. RGB value is (60,149,95). Sum of RGB (Red+Green+Blue) = 60+149+95=304 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.74% from 304); Green value is 149 (58.59% from 255 or 49.01% from 304); Blue value is 95 (37.5% from 255 or 31.25% from 304); Max value from RGB is 149 - color contains mainly: green. Hex color #3C955F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C955F is #C36AA0. Grayscale: #747474. Windows color (decimal): -12806817 or 6264124. OLE color: 6264124.
HSL color Cylindrical-coordinate representation of color #3C955F: hue angle of 143.6º 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 #3C955F is Cyan = 0.60, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 60 | 149 | 95 | - |
| CMYK | 0.60 | 0 | 0.36 | 0.42 |
| HSL | 143.6º | 0.43% | 0.41% | - |
| HSV(B) | 143.6º | 0.6% | 0.58% | - |
| XYZ | 14.68 | 23.28 | 14.55 | - |
| YUV | 116.23 | 116.01 | 87.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 149 | 95 | 0.60 | 0 | 0.36 | 0.42 | 143.6 | 0.43 | 0.41 |
| Hex | 3C | 95 | 5F | 3C | 0 | 24 | 2A | 90 | 2B | 29 |
| Octal | 74 | 225 | 137 | 74 | 0 | 44 | 52 | 220 | 53 | 51 |
| Binary | 111100 | 10010101 | 1011111 | 111100 | 0 | 100100 | 101010 | 10010000 | 101011 | 101001 |
Color Harmonies of #3C955F
Complementary color
Monochromatic Colors of #3C955F
Black with #3C955F
Text Example
Text Example
White with #3C955F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C955F; }
p { color: rgb(60,149,95); }
H1.HeaderClassName
{
color: #3C955F;
}
.AnyTagClassName
{
color: #3C955F;
}
</style>
background-color css
<style>
a { background-color: #3C955F; }
a { background-color: rgb(60,149,95); }
div.DivClassName
{
background-color: #3C955F;
}
.BgClassName
{
background-color: #3C955F;
}
</style>
border-color css
<style>
span { border-color: #3C955F; }
span { border-color: rgb(60,149,95); }
td.TdClassName
{
border-color: #3C955F;
}
.TagClassName
{
border-color: #3C955F;
}
</style>