Shades of Amazon #408957
Tints of Amazon #408957
RGB
CMYK
RGB Variations
Color information
#408957 (or 0x408957) is known color: Amazon. HEX triplet: 40, 89 and 57. RGB value is (64,137,87). Sum of RGB (Red+Green+Blue) = 64+137+87=288 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.22% from 288); Green value is 137 (53.91% from 255 or 47.57% from 288); Blue value is 87 (34.38% from 255 or 30.21% from 288); Max value from RGB is 137 - color contains mainly: green. Hex color #408957 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408957 is #BF76A8. Grayscale: #6D6D6D. Windows color (decimal): -12547753 or 5736768. OLE color: 5736768.
HSL color Cylindrical-coordinate representation of color #408957: hue angle of 138.9º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #408957 is Cyan = 0.53, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 64 | 137 | 87 | - |
| CMYK | 0.53 | 0 | 0.36 | 0.46 |
| HSL | 138.9º | 0.36% | 0.39% | - |
| HSV(B) | 138.9º | 0.53% | 0.54% | - |
| XYZ | 12.78 | 19.67 | 12.14 | - |
| YUV | 109.47 | 115.32 | 95.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 137 | 87 | 0.53 | 0 | 0.36 | 0.46 | 138.9 | 0.36 | 0.39 |
| Hex | 40 | 89 | 57 | 35 | 0 | 24 | 2E | 8B | 24 | 27 |
| Octal | 100 | 211 | 127 | 65 | 0 | 44 | 56 | 213 | 44 | 47 |
| Binary | 1000000 | 10001001 | 1010111 | 110101 | 0 | 100100 | 101110 | 10001011 | 100100 | 100111 |
Color Harmonies of #408957
Complementary color
Monochromatic Colors of #408957
Black with #408957
Text Example
Text Example
White with #408957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408957; }
p { color: rgb(64,137,87); }
H1.HeaderClassName
{
color: #408957;
}
.AnyTagClassName
{
color: #408957;
}
</style>
background-color css
<style>
a { background-color: #408957; }
a { background-color: rgb(64,137,87); }
div.DivClassName
{
background-color: #408957;
}
.BgClassName
{
background-color: #408957;
}
</style>
border-color css
<style>
span { border-color: #408957; }
span { border-color: rgb(64,137,87); }
td.TdClassName
{
border-color: #408957;
}
.TagClassName
{
border-color: #408957;
}
</style>