Shades of Eucalyptus #408B61
Tints of Eucalyptus #408B61
RGB
CMYK
RGB Variations
Color information
#408B61 (or 0x408B61) is known color: Eucalyptus. HEX triplet: 40, 8B and 61. RGB value is (64,139,97). Sum of RGB (Red+Green+Blue) = 64+139+97=300 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.33% from 300); Green value is 139 (54.69% from 255 or 46.33% from 300); Blue value is 97 (38.28% from 255 or 32.33% from 300); Max value from RGB is 139 - color contains mainly: green. Hex color #408B61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408B61 is #BF749E. Grayscale: #6F6F6F. Windows color (decimal): -12547231 or 6392640. OLE color: 6392640.
HSL color Cylindrical-coordinate representation of color #408B61: hue angle of 146.4º 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 #408B61 is Cyan = 0.54, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 139 | 97 | - |
| CMYK | 0.54 | 0 | 0.30 | 0.45 |
| HSL | 146.4º | 0.37% | 0.4% | - |
| HSV(B) | 146.4º | 0.54% | 0.55% | - |
| XYZ | 13.5 | 20.42 | 14.54 | - |
| YUV | 111.79 | 119.65 | 93.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 139 | 97 | 0.54 | 0 | 0.30 | 0.45 | 146.4 | 0.37 | 0.4 |
| Hex | 40 | 8B | 61 | 36 | 0 | 1E | 2D | 92 | 25 | 28 |
| Octal | 100 | 213 | 141 | 66 | 0 | 36 | 55 | 222 | 45 | 50 |
| Binary | 1000000 | 10001011 | 1100001 | 110110 | 0 | 11110 | 101101 | 10010010 | 100101 | 101000 |
Color Harmonies of #408B61
Complementary color
Monochromatic Colors of #408B61
Black with #408B61
Text Example
Text Example
White with #408B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408B61; }
p { color: rgb(64,139,97); }
H1.HeaderClassName
{
color: #408B61;
}
.AnyTagClassName
{
color: #408B61;
}
</style>
background-color css
<style>
a { background-color: #408B61; }
a { background-color: rgb(64,139,97); }
div.DivClassName
{
background-color: #408B61;
}
.BgClassName
{
background-color: #408B61;
}
</style>
border-color css
<style>
span { border-color: #408B61; }
span { border-color: rgb(64,139,97); }
td.TdClassName
{
border-color: #408B61;
}
.TagClassName
{
border-color: #408B61;
}
</style>