Shades of Eucalyptus #3C956B
Tints of Eucalyptus #3C956B
RGB
CMYK
RGB Variations
Color information
#3C956B (or 0x3C956B) is known color: Eucalyptus. HEX triplet: 3C, 95 and 6B. RGB value is (60,149,107). Sum of RGB (Red+Green+Blue) = 60+149+107=316 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.99% from 316); Green value is 149 (58.59% from 255 or 47.15% from 316); Blue value is 107 (42.19% from 255 or 33.86% from 316); Max value from RGB is 149 - color contains mainly: green. Hex color #3C956B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C956B is #C36A94. Grayscale: #757575. Windows color (decimal): -12806805 or 7050556. OLE color: 7050556.
HSL color Cylindrical-coordinate representation of color #3C956B: hue angle of 151.69º 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 #3C956B is Cyan = 0.60, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 60 | 149 | 107 | - |
| CMYK | 0.60 | 0 | 0.28 | 0.42 |
| HSL | 151.69º | 0.43% | 0.41% | - |
| HSV(B) | 151.69º | 0.6% | 0.58% | - |
| XYZ | 15.26 | 23.52 | 17.64 | - |
| YUV | 117.6 | 122.01 | 86.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 149 | 107 | 0.60 | 0 | 0.28 | 0.42 | 151.69 | 0.43 | 0.41 |
| Hex | 3C | 95 | 6B | 3C | 0 | 1C | 2A | 98 | 2B | 29 |
| Octal | 74 | 225 | 153 | 74 | 0 | 34 | 52 | 230 | 53 | 51 |
| Binary | 111100 | 10010101 | 1101011 | 111100 | 0 | 11100 | 101010 | 10011000 | 101011 | 101001 |
Color Harmonies of #3C956B
Complementary color
Monochromatic Colors of #3C956B
Black with #3C956B
Text Example
Text Example
White with #3C956B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C956B; }
p { color: rgb(60,149,107); }
H1.HeaderClassName
{
color: #3C956B;
}
.AnyTagClassName
{
color: #3C956B;
}
</style>
background-color css
<style>
a { background-color: #3C956B; }
a { background-color: rgb(60,149,107); }
div.DivClassName
{
background-color: #3C956B;
}
.BgClassName
{
background-color: #3C956B;
}
</style>
border-color css
<style>
span { border-color: #3C956B; }
span { border-color: rgb(60,149,107); }
td.TdClassName
{
border-color: #3C956B;
}
.TagClassName
{
border-color: #3C956B;
}
</style>