Shades of Eucalyptus #408B62
Tints of Eucalyptus #408B62
RGB
CMYK
RGB Variations
Color information
#408B62 (or 0x408B62) is known color: Eucalyptus. HEX triplet: 40, 8B and 62. RGB value is (64,139,98). Sum of RGB (Red+Green+Blue) = 64+139+98=301 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.26% from 301); Green value is 139 (54.69% from 255 or 46.18% from 301); Blue value is 98 (38.67% from 255 or 32.56% from 301); Max value from RGB is 139 - color contains mainly: green. Hex color #408B62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408B62 is #BF749D. Grayscale: #6F6F6F. Windows color (decimal): -12547230 or 6458176. OLE color: 6458176.
HSL color Cylindrical-coordinate representation of color #408B62: hue angle of 147.2º 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 #408B62 is Cyan = 0.54, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 139 | 98 | - |
| CMYK | 0.54 | 0 | 0.29 | 0.45 |
| HSL | 147.2º | 0.37% | 0.4% | - |
| HSV(B) | 147.2º | 0.54% | 0.55% | - |
| XYZ | 13.55 | 20.44 | 14.79 | - |
| YUV | 111.9 | 120.15 | 93.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 139 | 98 | 0.54 | 0 | 0.29 | 0.45 | 147.2 | 0.37 | 0.4 |
| Hex | 40 | 8B | 62 | 36 | 0 | 1D | 2D | 93 | 25 | 28 |
| Octal | 100 | 213 | 142 | 66 | 0 | 35 | 55 | 223 | 45 | 50 |
| Binary | 1000000 | 10001011 | 1100010 | 110110 | 0 | 11101 | 101101 | 10010011 | 100101 | 101000 |
Color Harmonies of #408B62
Complementary color
Monochromatic Colors of #408B62
Black with #408B62
Text Example
Text Example
White with #408B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408B62; }
p { color: rgb(64,139,98); }
H1.HeaderClassName
{
color: #408B62;
}
.AnyTagClassName
{
color: #408B62;
}
</style>
background-color css
<style>
a { background-color: #408B62; }
a { background-color: rgb(64,139,98); }
div.DivClassName
{
background-color: #408B62;
}
.BgClassName
{
background-color: #408B62;
}
</style>
border-color css
<style>
span { border-color: #408B62; }
span { border-color: rgb(64,139,98); }
td.TdClassName
{
border-color: #408B62;
}
.TagClassName
{
border-color: #408B62;
}
</style>