Shades of Eucalyptus #408C5C
Tints of Eucalyptus #408C5C
RGB
CMYK
RGB Variations
Color information
#408C5C (or 0x408C5C) is known color: Eucalyptus. HEX triplet: 40, 8C and 5C. RGB value is (64,140,92). Sum of RGB (Red+Green+Blue) = 64+140+92=296 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.62% from 296); Green value is 140 (55.08% from 255 or 47.30% from 296); Blue value is 92 (36.33% from 255 or 31.08% from 296); Max value from RGB is 140 - color contains mainly: green. Hex color #408C5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408C5C is #BF73A3. Grayscale: #6F6F6F. Windows color (decimal): -12546980 or 6065216. OLE color: 6065216.
HSL color Cylindrical-coordinate representation of color #408C5C: hue angle of 142.11º 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 #408C5C is Cyan = 0.54, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 140 | 92 | - |
| CMYK | 0.54 | 0 | 0.34 | 0.45 |
| HSL | 142.11º | 0.37% | 0.4% | - |
| HSV(B) | 142.11º | 0.54% | 0.55% | - |
| XYZ | 13.42 | 20.62 | 13.4 | - |
| YUV | 111.8 | 116.82 | 93.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 140 | 92 | 0.54 | 0 | 0.34 | 0.45 | 142.11 | 0.37 | 0.4 |
| Hex | 40 | 8C | 5C | 36 | 0 | 22 | 2D | 8E | 25 | 28 |
| Octal | 100 | 214 | 134 | 66 | 0 | 42 | 55 | 216 | 45 | 50 |
| Binary | 1000000 | 10001100 | 1011100 | 110110 | 0 | 100010 | 101101 | 10001110 | 100101 | 101000 |
Color Harmonies of #408C5C
Complementary color
Monochromatic Colors of #408C5C
Black with #408C5C
Text Example
Text Example
White with #408C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408C5C; }
p { color: rgb(64,140,92); }
H1.HeaderClassName
{
color: #408C5C;
}
.AnyTagClassName
{
color: #408C5C;
}
</style>
background-color css
<style>
a { background-color: #408C5C; }
a { background-color: rgb(64,140,92); }
div.DivClassName
{
background-color: #408C5C;
}
.BgClassName
{
background-color: #408C5C;
}
</style>
border-color css
<style>
span { border-color: #408C5C; }
span { border-color: rgb(64,140,92); }
td.TdClassName
{
border-color: #408C5C;
}
.TagClassName
{
border-color: #408C5C;
}
</style>