Shades of Amazon #408557
Tints of Amazon #408557
RGB
CMYK
RGB Variations
Color information
#408557 (or 0x408557) is known color: Amazon. HEX triplet: 40, 85 and 57. RGB value is (64,133,87). Sum of RGB (Red+Green+Blue) = 64+133+87=284 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.54% from 284); Green value is 133 (52.34% from 255 or 46.83% from 284); Blue value is 87 (34.38% from 255 or 30.63% from 284); Max value from RGB is 133 - color contains mainly: green. Hex color #408557 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408557 is #BF7AA8. Grayscale: #6B6B6B. Windows color (decimal): -12548777 or 5735744. OLE color: 5735744.
HSL color Cylindrical-coordinate representation of color #408557: hue angle of 140º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #408557 is Cyan = 0.52, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 64 | 133 | 87 | - |
| CMYK | 0.52 | 0 | 0.35 | 0.48 |
| HSL | 140º | 0.35% | 0.39% | - |
| HSV(B) | 140º | 0.52% | 0.52% | - |
| XYZ | 12.22 | 18.55 | 11.95 | - |
| YUV | 107.13 | 116.64 | 97.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 133 | 87 | 0.52 | 0 | 0.35 | 0.48 | 140 | 0.35 | 0.39 |
| Hex | 40 | 85 | 57 | 34 | 0 | 23 | 30 | 8C | 23 | 27 |
| Octal | 100 | 205 | 127 | 64 | 0 | 43 | 60 | 214 | 43 | 47 |
| Binary | 1000000 | 10000101 | 1010111 | 110100 | 0 | 100011 | 110000 | 10001100 | 100011 | 100111 |
Color Harmonies of #408557
Complementary color
Monochromatic Colors of #408557
Black with #408557
Text Example
Text Example
White with #408557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408557; }
p { color: rgb(64,133,87); }
H1.HeaderClassName
{
color: #408557;
}
.AnyTagClassName
{
color: #408557;
}
</style>
background-color css
<style>
a { background-color: #408557; }
a { background-color: rgb(64,133,87); }
div.DivClassName
{
background-color: #408557;
}
.BgClassName
{
background-color: #408557;
}
</style>
border-color css
<style>
span { border-color: #408557; }
span { border-color: rgb(64,133,87); }
td.TdClassName
{
border-color: #408557;
}
.TagClassName
{
border-color: #408557;
}
</style>