Shades of Amazon #407052
Tints of Amazon #407052
RGB
CMYK
RGB Variations
Color information
#407052 (or 0x407052) is known color: Amazon. HEX triplet: 40, 70 and 52. RGB value is (64,112,82). Sum of RGB (Red+Green+Blue) = 64+112+82=258 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.81% from 258); Green value is 112 (44.14% from 255 or 43.41% from 258); Blue value is 82 (32.42% from 255 or 31.78% from 258); Max value from RGB is 112 - color contains mainly: green. Hex color #407052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407052 is #BF8FAD. Grayscale: #5E5E5E. Windows color (decimal): -12554158 or 5402688. OLE color: 5402688.
HSL color Cylindrical-coordinate representation of color #407052: hue angle of 142.5º degrees, saturation: 0.27, 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 #407052 is Cyan = 0.43, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 64 | 112 | 82 | - |
| CMYK | 0.43 | 0 | 0.27 | 0.56 |
| HSL | 142.5º | 0.27% | 0.35% | - |
| HSV(B) | 142.5º | 0.43% | 0.44% | - |
| XYZ | 9.43 | 13.29 | 10.05 | - |
| YUV | 94.23 | 121.1 | 106.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 112 | 82 | 0.43 | 0 | 0.27 | 0.56 | 142.5 | 0.27 | 0.35 |
| Hex | 40 | 70 | 52 | 2B | 0 | 1B | 38 | 8E | 1B | 23 |
| Octal | 100 | 160 | 122 | 53 | 0 | 33 | 70 | 216 | 33 | 43 |
| Binary | 1000000 | 1110000 | 1010010 | 101011 | 0 | 11011 | 111000 | 10001110 | 11011 | 100011 |
Color Harmonies of #407052
Complementary color
Monochromatic Colors of #407052
Black with #407052
Text Example
Text Example
White with #407052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407052; }
p { color: rgb(64,112,82); }
H1.HeaderClassName
{
color: #407052;
}
.AnyTagClassName
{
color: #407052;
}
</style>
background-color css
<style>
a { background-color: #407052; }
a { background-color: rgb(64,112,82); }
div.DivClassName
{
background-color: #407052;
}
.BgClassName
{
background-color: #407052;
}
</style>
border-color css
<style>
span { border-color: #407052; }
span { border-color: rgb(64,112,82); }
td.TdClassName
{
border-color: #407052;
}
.TagClassName
{
border-color: #407052;
}
</style>