Shades of Amazon #407157
Tints of Amazon #407157
RGB
CMYK
RGB Variations
Color information
#407157 (or 0x407157) is known color: Amazon. HEX triplet: 40, 71 and 57. RGB value is (64,113,87). Sum of RGB (Red+Green+Blue) = 64+113+87=264 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.24% from 264); Green value is 113 (44.53% from 255 or 42.80% from 264); Blue value is 87 (34.38% from 255 or 32.95% from 264); Max value from RGB is 113 - color contains mainly: green. Hex color #407157 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407157 is #BF8EA8. Grayscale: #5F5F5F. Windows color (decimal): -12553897 or 5730624. OLE color: 5730624.
HSL color Cylindrical-coordinate representation of color #407157: hue angle of 148.16º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #407157 is Cyan = 0.43, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 64 | 113 | 87 | - |
| CMYK | 0.43 | 0 | 0.23 | 0.56 |
| HSL | 148.16º | 0.28% | 0.35% | - |
| HSV(B) | 148.16º | 0.43% | 0.44% | - |
| XYZ | 9.74 | 13.59 | 11.13 | - |
| YUV | 95.39 | 123.27 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 113 | 87 | 0.43 | 0 | 0.23 | 0.56 | 148.16 | 0.28 | 0.35 |
| Hex | 40 | 71 | 57 | 2B | 0 | 17 | 38 | 94 | 1C | 23 |
| Octal | 100 | 161 | 127 | 53 | 0 | 27 | 70 | 224 | 34 | 43 |
| Binary | 1000000 | 1110001 | 1010111 | 101011 | 0 | 10111 | 111000 | 10010100 | 11100 | 100011 |
Color Harmonies of #407157
Complementary color
Monochromatic Colors of #407157
Black with #407157
Text Example
Text Example
White with #407157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407157; }
p { color: rgb(64,113,87); }
H1.HeaderClassName
{
color: #407157;
}
.AnyTagClassName
{
color: #407157;
}
</style>
background-color css
<style>
a { background-color: #407157; }
a { background-color: rgb(64,113,87); }
div.DivClassName
{
background-color: #407157;
}
.BgClassName
{
background-color: #407157;
}
</style>
border-color css
<style>
span { border-color: #407157; }
span { border-color: rgb(64,113,87); }
td.TdClassName
{
border-color: #407157;
}
.TagClassName
{
border-color: #407157;
}
</style>