Shades of Amazon #407957
Tints of Amazon #407957
RGB
CMYK
RGB Variations
Color information
#407957 (or 0x407957) is known color: Amazon. HEX triplet: 40, 79 and 57. RGB value is (64,121,87). Sum of RGB (Red+Green+Blue) = 64+121+87=272 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.53% from 272); Green value is 121 (47.66% from 255 or 44.49% from 272); Blue value is 87 (34.38% from 255 or 31.99% from 272); Max value from RGB is 121 - color contains mainly: green. Hex color #407957 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407957 is #BF86A8. Grayscale: #646464. Windows color (decimal): -12551849 or 5732672. OLE color: 5732672.
HSL color Cylindrical-coordinate representation of color #407957: hue angle of 144.21º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #407957 is Cyan = 0.47, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 64 | 121 | 87 | - |
| CMYK | 0.47 | 0 | 0.28 | 0.53 |
| HSL | 144.21º | 0.31% | 0.36% | - |
| HSV(B) | 144.21º | 0.47% | 0.47% | - |
| XYZ | 10.67 | 15.45 | 11.44 | - |
| YUV | 100.08 | 120.62 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 121 | 87 | 0.47 | 0 | 0.28 | 0.53 | 144.21 | 0.31 | 0.36 |
| Hex | 40 | 79 | 57 | 2F | 0 | 1C | 35 | 90 | 1F | 24 |
| Octal | 100 | 171 | 127 | 57 | 0 | 34 | 65 | 220 | 37 | 44 |
| Binary | 1000000 | 1111001 | 1010111 | 101111 | 0 | 11100 | 110101 | 10010000 | 11111 | 100100 |
Color Harmonies of #407957
Complementary color
Monochromatic Colors of #407957
Black with #407957
Text Example
Text Example
White with #407957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407957; }
p { color: rgb(64,121,87); }
H1.HeaderClassName
{
color: #407957;
}
.AnyTagClassName
{
color: #407957;
}
</style>
background-color css
<style>
a { background-color: #407957; }
a { background-color: rgb(64,121,87); }
div.DivClassName
{
background-color: #407957;
}
.BgClassName
{
background-color: #407957;
}
</style>
border-color css
<style>
span { border-color: #407957; }
span { border-color: rgb(64,121,87); }
td.TdClassName
{
border-color: #407957;
}
.TagClassName
{
border-color: #407957;
}
</style>