Shades of Amazon #408160
Tints of Amazon #408160
RGB
CMYK
RGB Variations
Color information
#408160 (or 0x408160) is known color: Amazon. HEX triplet: 40, 81 and 60. RGB value is (64,129,96). Sum of RGB (Red+Green+Blue) = 64+129+96=289 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.15% from 289); Green value is 129 (50.78% from 255 or 44.64% from 289); Blue value is 96 (37.89% from 255 or 33.22% from 289); Max value from RGB is 129 - color contains mainly: green. Hex color #408160 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408160 is #BF7E9F. Grayscale: #696969. Windows color (decimal): -12549792 or 6324544. OLE color: 6324544.
HSL color Cylindrical-coordinate representation of color #408160: hue angle of 149.54º 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 #408160 is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 64 | 129 | 96 | - |
| CMYK | 0.50 | 0 | 0.26 | 0.49 |
| HSL | 149.54º | 0.34% | 0.38% | - |
| HSV(B) | 149.54º | 0.5% | 0.51% | - |
| XYZ | 12.08 | 17.64 | 13.83 | - |
| YUV | 105.8 | 122.47 | 98.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 129 | 96 | 0.50 | 0 | 0.26 | 0.49 | 149.54 | 0.34 | 0.38 |
| Hex | 40 | 81 | 60 | 32 | 0 | 1A | 31 | 96 | 22 | 26 |
| Octal | 100 | 201 | 140 | 62 | 0 | 32 | 61 | 226 | 42 | 46 |
| Binary | 1000000 | 10000001 | 1100000 | 110010 | 0 | 11010 | 110001 | 10010110 | 100010 | 100110 |
Color Harmonies of #408160
Complementary color
Monochromatic Colors of #408160
Black with #408160
Text Example
Text Example
White with #408160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408160; }
p { color: rgb(64,129,96); }
H1.HeaderClassName
{
color: #408160;
}
.AnyTagClassName
{
color: #408160;
}
</style>
background-color css
<style>
a { background-color: #408160; }
a { background-color: rgb(64,129,96); }
div.DivClassName
{
background-color: #408160;
}
.BgClassName
{
background-color: #408160;
}
</style>
border-color css
<style>
span { border-color: #408160; }
span { border-color: rgb(64,129,96); }
td.TdClassName
{
border-color: #408160;
}
.TagClassName
{
border-color: #408160;
}
</style>