Shades of Amazon #408059
Tints of Amazon #408059
RGB
CMYK
RGB Variations
Color information
#408059 (or 0x408059) is known color: Amazon. HEX triplet: 40, 80 and 59. RGB value is (64,128,89). Sum of RGB (Red+Green+Blue) = 64+128+89=281 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.78% from 281); Green value is 128 (50.39% from 255 or 45.55% from 281); Blue value is 89 (35.16% from 255 or 31.67% from 281); Max value from RGB is 128 - color contains mainly: green. Hex color #408059 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408059 is #BF7FA6. Grayscale: #686868. Windows color (decimal): -12550055 or 5865536. OLE color: 5865536.
HSL color Cylindrical-coordinate representation of color #408059: hue angle of 143.44º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #408059 is Cyan = 0.5, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 64 | 128 | 89 | - |
| CMYK | 0.5 | 0 | 0.30 | 0.50 |
| HSL | 143.44º | 0.33% | 0.38% | - |
| HSV(B) | 143.44º | 0.5% | 0.5% | - |
| XYZ | 11.64 | 17.25 | 12.17 | - |
| YUV | 104.42 | 119.3 | 99.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 128 | 89 | 0.5 | 0 | 0.30 | 0.50 | 143.44 | 0.33 | 0.38 |
| Hex | 40 | 80 | 59 | 32 | 0 | 1E | 32 | 8F | 21 | 26 |
| Octal | 100 | 200 | 131 | 62 | 0 | 36 | 62 | 217 | 41 | 46 |
| Binary | 1000000 | 10000000 | 1011001 | 110010 | 0 | 11110 | 110010 | 10001111 | 100001 | 100110 |
Color Harmonies of #408059
Complementary color
Monochromatic Colors of #408059
Black with #408059
Text Example
Text Example
White with #408059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408059; }
p { color: rgb(64,128,89); }
H1.HeaderClassName
{
color: #408059;
}
.AnyTagClassName
{
color: #408059;
}
</style>
background-color css
<style>
a { background-color: #408059; }
a { background-color: rgb(64,128,89); }
div.DivClassName
{
background-color: #408059;
}
.BgClassName
{
background-color: #408059;
}
</style>
border-color css
<style>
span { border-color: #408059; }
span { border-color: rgb(64,128,89); }
td.TdClassName
{
border-color: #408059;
}
.TagClassName
{
border-color: #408059;
}
</style>