Shades of Eucalyptus #408C60
Tints of Eucalyptus #408C60
RGB
CMYK
RGB Variations
Color information
#408C60 (or 0x408C60) is known color: Eucalyptus. HEX triplet: 40, 8C and 60. RGB value is (64,140,96). Sum of RGB (Red+Green+Blue) = 64+140+96=300 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.33% from 300); Green value is 140 (55.08% from 255 or 46.67% from 300); Blue value is 96 (37.89% from 255 or 32% from 300); Max value from RGB is 140 - color contains mainly: green. Hex color #408C60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408C60 is #BF739F. Grayscale: #707070. Windows color (decimal): -12546976 or 6327360. OLE color: 6327360.
HSL color Cylindrical-coordinate representation of color #408C60: hue angle of 145.26º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #408C60 is Cyan = 0.54, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 140 | 96 | - |
| CMYK | 0.54 | 0 | 0.31 | 0.45 |
| HSL | 145.26º | 0.37% | 0.4% | - |
| HSV(B) | 145.26º | 0.54% | 0.55% | - |
| XYZ | 13.6 | 20.69 | 14.34 | - |
| YUV | 112.26 | 118.82 | 93.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 140 | 96 | 0.54 | 0 | 0.31 | 0.45 | 145.26 | 0.37 | 0.4 |
| Hex | 40 | 8C | 60 | 36 | 0 | 1F | 2D | 91 | 25 | 28 |
| Octal | 100 | 214 | 140 | 66 | 0 | 37 | 55 | 221 | 45 | 50 |
| Binary | 1000000 | 10001100 | 1100000 | 110110 | 0 | 11111 | 101101 | 10010001 | 100101 | 101000 |
Color Harmonies of #408C60
Complementary color
Monochromatic Colors of #408C60
Black with #408C60
Text Example
Text Example
White with #408C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408C60; }
p { color: rgb(64,140,96); }
H1.HeaderClassName
{
color: #408C60;
}
.AnyTagClassName
{
color: #408C60;
}
</style>
background-color css
<style>
a { background-color: #408C60; }
a { background-color: rgb(64,140,96); }
div.DivClassName
{
background-color: #408C60;
}
.BgClassName
{
background-color: #408C60;
}
</style>
border-color css
<style>
span { border-color: #408C60; }
span { border-color: rgb(64,140,96); }
td.TdClassName
{
border-color: #408C60;
}
.TagClassName
{
border-color: #408C60;
}
</style>