Shades of Eucalyptus #408B5F
Tints of Eucalyptus #408B5F
RGB
CMYK
RGB Variations
Color information
#408B5F (or 0x408B5F) is known color: Eucalyptus. HEX triplet: 40, 8B and 5F. RGB value is (64,139,95). Sum of RGB (Red+Green+Blue) = 64+139+95=298 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.48% from 298); Green value is 139 (54.69% from 255 or 46.64% from 298); Blue value is 95 (37.5% from 255 or 31.88% from 298); Max value from RGB is 139 - color contains mainly: green. Hex color #408B5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408B5F is #BF74A0. Grayscale: #6F6F6F. Windows color (decimal): -12547233 or 6261568. OLE color: 6261568.
HSL color Cylindrical-coordinate representation of color #408B5F: hue angle of 144.8º 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 #408B5F is Cyan = 0.54, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 139 | 95 | - |
| CMYK | 0.54 | 0 | 0.32 | 0.45 |
| HSL | 144.8º | 0.37% | 0.4% | - |
| HSV(B) | 144.8º | 0.54% | 0.55% | - |
| XYZ | 13.41 | 20.38 | 14.05 | - |
| YUV | 111.56 | 118.65 | 94.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 139 | 95 | 0.54 | 0 | 0.32 | 0.45 | 144.8 | 0.37 | 0.4 |
| Hex | 40 | 8B | 5F | 36 | 0 | 20 | 2D | 91 | 25 | 28 |
| Octal | 100 | 213 | 137 | 66 | 0 | 40 | 55 | 221 | 45 | 50 |
| Binary | 1000000 | 10001011 | 1011111 | 110110 | 0 | 100000 | 101101 | 10010001 | 100101 | 101000 |
Color Harmonies of #408B5F
Complementary color
Monochromatic Colors of #408B5F
Black with #408B5F
Text Example
Text Example
White with #408B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408B5F; }
p { color: rgb(64,139,95); }
H1.HeaderClassName
{
color: #408B5F;
}
.AnyTagClassName
{
color: #408B5F;
}
</style>
background-color css
<style>
a { background-color: #408B5F; }
a { background-color: rgb(64,139,95); }
div.DivClassName
{
background-color: #408B5F;
}
.BgClassName
{
background-color: #408B5F;
}
</style>
border-color css
<style>
span { border-color: #408B5F; }
span { border-color: rgb(64,139,95); }
td.TdClassName
{
border-color: #408B5F;
}
.TagClassName
{
border-color: #408B5F;
}
</style>