Shades of Eucalyptus #408B5E
Tints of Eucalyptus #408B5E
RGB
CMYK
RGB Variations
Color information
#408B5E (or 0x408B5E) is known color: Eucalyptus. HEX triplet: 40, 8B and 5E. RGB value is (64,139,94). Sum of RGB (Red+Green+Blue) = 64+139+94=297 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.55% from 297); Green value is 139 (54.69% from 255 or 46.80% from 297); Blue value is 94 (37.11% from 255 or 31.65% from 297); Max value from RGB is 139 - color contains mainly: green. Hex color #408B5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408B5E is #BF74A1. Grayscale: #6F6F6F. Windows color (decimal): -12547234 or 6196032. OLE color: 6196032.
HSL color Cylindrical-coordinate representation of color #408B5E: hue angle of 144º 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 #408B5E is Cyan = 0.54, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 139 | 94 | - |
| CMYK | 0.54 | 0 | 0.32 | 0.45 |
| HSL | 144º | 0.37% | 0.4% | - |
| HSV(B) | 144º | 0.54% | 0.55% | - |
| XYZ | 13.37 | 20.36 | 13.82 | - |
| YUV | 111.45 | 118.15 | 94.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 139 | 94 | 0.54 | 0 | 0.32 | 0.45 | 144 | 0.37 | 0.4 |
| Hex | 40 | 8B | 5E | 36 | 0 | 20 | 2D | 90 | 25 | 28 |
| Octal | 100 | 213 | 136 | 66 | 0 | 40 | 55 | 220 | 45 | 50 |
| Binary | 1000000 | 10001011 | 1011110 | 110110 | 0 | 100000 | 101101 | 10010000 | 100101 | 101000 |
Color Harmonies of #408B5E
Complementary color
Monochromatic Colors of #408B5E
Black with #408B5E
Text Example
Text Example
White with #408B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408B5E; }
p { color: rgb(64,139,94); }
H1.HeaderClassName
{
color: #408B5E;
}
.AnyTagClassName
{
color: #408B5E;
}
</style>
background-color css
<style>
a { background-color: #408B5E; }
a { background-color: rgb(64,139,94); }
div.DivClassName
{
background-color: #408B5E;
}
.BgClassName
{
background-color: #408B5E;
}
</style>
border-color css
<style>
span { border-color: #408B5E; }
span { border-color: rgb(64,139,94); }
td.TdClassName
{
border-color: #408B5E;
}
.TagClassName
{
border-color: #408B5E;
}
</style>