Shades of Eucalyptus #408C62
Tints of Eucalyptus #408C62
RGB
CMYK
RGB Variations
Color information
#408C62 (or 0x408C62) is known color: Eucalyptus. HEX triplet: 40, 8C and 62. RGB value is (64,140,98). Sum of RGB (Red+Green+Blue) = 64+140+98=302 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.19% from 302); Green value is 140 (55.08% from 255 or 46.36% from 302); Blue value is 98 (38.67% from 255 or 32.45% from 302); Max value from RGB is 140 - color contains mainly: green. Hex color #408C62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408C62 is #BF739D. Grayscale: #707070. Windows color (decimal): -12546974 or 6458432. OLE color: 6458432.
HSL color Cylindrical-coordinate representation of color #408C62: hue angle of 146.84º 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 #408C62 is Cyan = 0.54, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 140 | 98 | - |
| CMYK | 0.54 | 0 | 0.3 | 0.45 |
| HSL | 146.84º | 0.37% | 0.4% | - |
| HSV(B) | 146.84º | 0.54% | 0.55% | - |
| XYZ | 13.7 | 20.73 | 14.83 | - |
| YUV | 112.49 | 119.82 | 93.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 140 | 98 | 0.54 | 0 | 0.3 | 0.45 | 146.84 | 0.37 | 0.4 |
| Hex | 40 | 8C | 62 | 36 | 0 | 1E | 2D | 93 | 25 | 28 |
| Octal | 100 | 214 | 142 | 66 | 0 | 36 | 55 | 223 | 45 | 50 |
| Binary | 1000000 | 10001100 | 1100010 | 110110 | 0 | 11110 | 101101 | 10010011 | 100101 | 101000 |
Color Harmonies of #408C62
Complementary color
Monochromatic Colors of #408C62
Black with #408C62
Text Example
Text Example
White with #408C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408C62; }
p { color: rgb(64,140,98); }
H1.HeaderClassName
{
color: #408C62;
}
.AnyTagClassName
{
color: #408C62;
}
</style>
background-color css
<style>
a { background-color: #408C62; }
a { background-color: rgb(64,140,98); }
div.DivClassName
{
background-color: #408C62;
}
.BgClassName
{
background-color: #408C62;
}
</style>
border-color css
<style>
span { border-color: #408C62; }
span { border-color: rgb(64,140,98); }
td.TdClassName
{
border-color: #408C62;
}
.TagClassName
{
border-color: #408C62;
}
</style>