Shades of Amazon #408159
Tints of Amazon #408159
RGB
CMYK
RGB Variations
Color information
#408159 (or 0x408159) is known color: Amazon. HEX triplet: 40, 81 and 59. RGB value is (64,129,89). Sum of RGB (Red+Green+Blue) = 64+129+89=282 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.70% from 282); Green value is 129 (50.78% from 255 or 45.74% from 282); Blue value is 89 (35.16% from 255 or 31.56% from 282); Max value from RGB is 129 - color contains mainly: green. Hex color #408159 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408159 is #BF7EA6. Grayscale: #696969. Windows color (decimal): -12549799 or 5865792. OLE color: 5865792.
HSL color Cylindrical-coordinate representation of color #408159: hue angle of 143.08º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #408159 is Cyan = 0.50, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 64 | 129 | 89 | - |
| CMYK | 0.50 | 0 | 0.31 | 0.49 |
| HSL | 143.08º | 0.34% | 0.38% | - |
| HSV(B) | 143.08º | 0.5% | 0.51% | - |
| XYZ | 11.77 | 17.51 | 12.21 | - |
| YUV | 105.01 | 118.97 | 98.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 129 | 89 | 0.50 | 0 | 0.31 | 0.49 | 143.08 | 0.34 | 0.38 |
| Hex | 40 | 81 | 59 | 32 | 0 | 1F | 31 | 8F | 22 | 26 |
| Octal | 100 | 201 | 131 | 62 | 0 | 37 | 61 | 217 | 42 | 46 |
| Binary | 1000000 | 10000001 | 1011001 | 110010 | 0 | 11111 | 110001 | 10001111 | 100010 | 100110 |
Color Harmonies of #408159
Complementary color
Monochromatic Colors of #408159
Black with #408159
Text Example
Text Example
White with #408159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408159; }
p { color: rgb(64,129,89); }
H1.HeaderClassName
{
color: #408159;
}
.AnyTagClassName
{
color: #408159;
}
</style>
background-color css
<style>
a { background-color: #408159; }
a { background-color: rgb(64,129,89); }
div.DivClassName
{
background-color: #408159;
}
.BgClassName
{
background-color: #408159;
}
</style>
border-color css
<style>
span { border-color: #408159; }
span { border-color: rgb(64,129,89); }
td.TdClassName
{
border-color: #408159;
}
.TagClassName
{
border-color: #408159;
}
</style>