Shades of Amazon #408256
Tints of Amazon #408256
RGB
CMYK
RGB Variations
Color information
#408256 (or 0x408256) is known color: Amazon. HEX triplet: 40, 82 and 56. RGB value is (64,130,86). Sum of RGB (Red+Green+Blue) = 64+130+86=280 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.86% from 280); Green value is 130 (51.17% from 255 or 46.43% from 280); Blue value is 86 (33.98% from 255 or 30.71% from 280); Max value from RGB is 130 - color contains mainly: green. Hex color #408256 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408256 is #BF7DA9. Grayscale: #696969. Windows color (decimal): -12549546 or 5669440. OLE color: 5669440.
HSL color Cylindrical-coordinate representation of color #408256: hue angle of 140º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #408256 is Cyan = 0.51, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 64 | 130 | 86 | - |
| CMYK | 0.51 | 0 | 0.34 | 0.49 |
| HSL | 140º | 0.34% | 0.38% | - |
| HSV(B) | 140º | 0.51% | 0.51% | - |
| XYZ | 11.78 | 17.73 | 11.61 | - |
| YUV | 105.25 | 117.13 | 98.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 130 | 86 | 0.51 | 0 | 0.34 | 0.49 | 140 | 0.34 | 0.38 |
| Hex | 40 | 82 | 56 | 33 | 0 | 22 | 31 | 8C | 22 | 26 |
| Octal | 100 | 202 | 126 | 63 | 0 | 42 | 61 | 214 | 42 | 46 |
| Binary | 1000000 | 10000010 | 1010110 | 110011 | 0 | 100010 | 110001 | 10001100 | 100010 | 100110 |
Color Harmonies of #408256
Complementary color
Monochromatic Colors of #408256
Black with #408256
Text Example
Text Example
White with #408256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408256; }
p { color: rgb(64,130,86); }
H1.HeaderClassName
{
color: #408256;
}
.AnyTagClassName
{
color: #408256;
}
</style>
background-color css
<style>
a { background-color: #408256; }
a { background-color: rgb(64,130,86); }
div.DivClassName
{
background-color: #408256;
}
.BgClassName
{
background-color: #408256;
}
</style>
border-color css
<style>
span { border-color: #408256; }
span { border-color: rgb(64,130,86); }
td.TdClassName
{
border-color: #408256;
}
.TagClassName
{
border-color: #408256;
}
</style>