Shades of Eucalyptus #408D60
Tints of Eucalyptus #408D60
RGB
CMYK
RGB Variations
Color information
#408D60 (or 0x408D60) is known color: Eucalyptus. HEX triplet: 40, 8D and 60. RGB value is (64,141,96). Sum of RGB (Red+Green+Blue) = 64+141+96=301 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.26% from 301); Green value is 141 (55.47% from 255 or 46.84% from 301); Blue value is 96 (37.89% from 255 or 31.89% from 301); Max value from RGB is 141 - color contains mainly: green. Hex color #408D60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408D60 is #BF729F. Grayscale: #707070. Windows color (decimal): -12546720 or 6327616. OLE color: 6327616.
HSL color Cylindrical-coordinate representation of color #408D60: hue angle of 144.94º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #408D60 is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 141 | 96 | - |
| CMYK | 0.55 | 0 | 0.32 | 0.45 |
| HSL | 144.94º | 0.38% | 0.4% | - |
| HSV(B) | 144.94º | 0.55% | 0.55% | - |
| XYZ | 13.75 | 20.98 | 14.39 | - |
| YUV | 112.85 | 118.49 | 93.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 141 | 96 | 0.55 | 0 | 0.32 | 0.45 | 144.94 | 0.38 | 0.4 |
| Hex | 40 | 8D | 60 | 37 | 0 | 20 | 2D | 91 | 26 | 28 |
| Octal | 100 | 215 | 140 | 67 | 0 | 40 | 55 | 221 | 46 | 50 |
| Binary | 1000000 | 10001101 | 1100000 | 110111 | 0 | 100000 | 101101 | 10010001 | 100110 | 101000 |
Color Harmonies of #408D60
Complementary color
Monochromatic Colors of #408D60
Black with #408D60
Text Example
Text Example
White with #408D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408D60; }
p { color: rgb(64,141,96); }
H1.HeaderClassName
{
color: #408D60;
}
.AnyTagClassName
{
color: #408D60;
}
</style>
background-color css
<style>
a { background-color: #408D60; }
a { background-color: rgb(64,141,96); }
div.DivClassName
{
background-color: #408D60;
}
.BgClassName
{
background-color: #408D60;
}
</style>
border-color css
<style>
span { border-color: #408D60; }
span { border-color: rgb(64,141,96); }
td.TdClassName
{
border-color: #408D60;
}
.TagClassName
{
border-color: #408D60;
}
</style>