Shades of Eucalyptus #409560
Tints of Eucalyptus #409560
RGB
CMYK
RGB Variations
Color information
#409560 (or 0x409560) is known color: Eucalyptus. HEX triplet: 40, 95 and 60. RGB value is (64,149,96). Sum of RGB (Red+Green+Blue) = 64+149+96=309 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.71% from 309); Green value is 149 (58.59% from 255 or 48.22% from 309); Blue value is 96 (37.89% from 255 or 31.07% from 309); Max value from RGB is 149 - color contains mainly: green. Hex color #409560 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409560 is #BF6A9F. Grayscale: #757575. Windows color (decimal): -12544672 or 6329664. OLE color: 6329664.
HSL color Cylindrical-coordinate representation of color #409560: hue angle of 142.59º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #409560 is Cyan = 0.57, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 149 | 96 | - |
| CMYK | 0.57 | 0 | 0.36 | 0.42 |
| HSL | 142.59º | 0.4% | 0.42% | - |
| HSV(B) | 142.59º | 0.57% | 0.58% | - |
| XYZ | 14.97 | 23.43 | 14.8 | - |
| YUV | 117.54 | 115.84 | 89.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 149 | 96 | 0.57 | 0 | 0.36 | 0.42 | 142.59 | 0.4 | 0.42 |
| Hex | 40 | 95 | 60 | 39 | 0 | 24 | 2A | 8F | 28 | 2A |
| Octal | 100 | 225 | 140 | 71 | 0 | 44 | 52 | 217 | 50 | 52 |
| Binary | 1000000 | 10010101 | 1100000 | 111001 | 0 | 100100 | 101010 | 10001111 | 101000 | 101010 |
Color Harmonies of #409560
Complementary color
Monochromatic Colors of #409560
Black with #409560
Text Example
Text Example
White with #409560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409560; }
p { color: rgb(64,149,96); }
H1.HeaderClassName
{
color: #409560;
}
.AnyTagClassName
{
color: #409560;
}
</style>
background-color css
<style>
a { background-color: #409560; }
a { background-color: rgb(64,149,96); }
div.DivClassName
{
background-color: #409560;
}
.BgClassName
{
background-color: #409560;
}
</style>
border-color css
<style>
span { border-color: #409560; }
span { border-color: rgb(64,149,96); }
td.TdClassName
{
border-color: #409560;
}
.TagClassName
{
border-color: #409560;
}
</style>