Shades of Eucalyptus #408E5D
Tints of Eucalyptus #408E5D
RGB
CMYK
RGB Variations
Color information
#408E5D (or 0x408E5D) is known color: Eucalyptus. HEX triplet: 40, 8E and 5D. RGB value is (64,142,93). Sum of RGB (Red+Green+Blue) = 64+142+93=299 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.40% from 299); Green value is 142 (55.86% from 255 or 47.49% from 299); Blue value is 93 (36.72% from 255 or 31.10% from 299); Max value from RGB is 142 - color contains mainly: green. Hex color #408E5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408E5D is #BF71A2. Grayscale: #717171. Windows color (decimal): -12546467 or 6131264. OLE color: 6131264.
HSL color Cylindrical-coordinate representation of color #408E5D: hue angle of 142.31º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #408E5D is Cyan = 0.55, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 142 | 93 | - |
| CMYK | 0.55 | 0 | 0.35 | 0.44 |
| HSL | 142.31º | 0.38% | 0.4% | - |
| HSV(B) | 142.31º | 0.55% | 0.56% | - |
| XYZ | 13.76 | 21.23 | 13.73 | - |
| YUV | 113.09 | 116.66 | 92.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 142 | 93 | 0.55 | 0 | 0.35 | 0.44 | 142.31 | 0.38 | 0.4 |
| Hex | 40 | 8E | 5D | 37 | 0 | 23 | 2C | 8E | 26 | 28 |
| Octal | 100 | 216 | 135 | 67 | 0 | 43 | 54 | 216 | 46 | 50 |
| Binary | 1000000 | 10001110 | 1011101 | 110111 | 0 | 100011 | 101100 | 10001110 | 100110 | 101000 |
Color Harmonies of #408E5D
Complementary color
Monochromatic Colors of #408E5D
Black with #408E5D
Text Example
Text Example
White with #408E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408E5D; }
p { color: rgb(64,142,93); }
H1.HeaderClassName
{
color: #408E5D;
}
.AnyTagClassName
{
color: #408E5D;
}
</style>
background-color css
<style>
a { background-color: #408E5D; }
a { background-color: rgb(64,142,93); }
div.DivClassName
{
background-color: #408E5D;
}
.BgClassName
{
background-color: #408E5D;
}
</style>
border-color css
<style>
span { border-color: #408E5D; }
span { border-color: rgb(64,142,93); }
td.TdClassName
{
border-color: #408E5D;
}
.TagClassName
{
border-color: #408E5D;
}
</style>