Shades of Amazon #407854
Tints of Amazon #407854
RGB
CMYK
RGB Variations
Color information
#407854 (or 0x407854) is known color: Amazon. HEX triplet: 40, 78 and 54. RGB value is (64,120,84). Sum of RGB (Red+Green+Blue) = 64+120+84=268 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.88% from 268); Green value is 120 (47.27% from 255 or 44.78% from 268); Blue value is 84 (33.20% from 255 or 31.34% from 268); Max value from RGB is 120 - color contains mainly: green. Hex color #407854 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407854 is #BF87AB. Grayscale: #636363. Windows color (decimal): -12552108 or 5535808. OLE color: 5535808.
HSL color Cylindrical-coordinate representation of color #407854: hue angle of 141.43º degrees, saturation: 0.3, 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 #407854 is Cyan = 0.47, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 64 | 120 | 84 | - |
| CMYK | 0.47 | 0 | 0.3 | 0.53 |
| HSL | 141.43º | 0.3% | 0.36% | - |
| HSV(B) | 141.43º | 0.47% | 0.47% | - |
| XYZ | 10.43 | 15.16 | 10.76 | - |
| YUV | 99.15 | 119.45 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 120 | 84 | 0.47 | 0 | 0.3 | 0.53 | 141.43 | 0.3 | 0.36 |
| Hex | 40 | 78 | 54 | 2F | 0 | 1E | 35 | 8D | 1E | 24 |
| Octal | 100 | 170 | 124 | 57 | 0 | 36 | 65 | 215 | 36 | 44 |
| Binary | 1000000 | 1111000 | 1010100 | 101111 | 0 | 11110 | 110101 | 10001101 | 11110 | 100100 |
Color Harmonies of #407854
Complementary color
Monochromatic Colors of #407854
Black with #407854
Text Example
Text Example
White with #407854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407854; }
p { color: rgb(64,120,84); }
H1.HeaderClassName
{
color: #407854;
}
.AnyTagClassName
{
color: #407854;
}
</style>
background-color css
<style>
a { background-color: #407854; }
a { background-color: rgb(64,120,84); }
div.DivClassName
{
background-color: #407854;
}
.BgClassName
{
background-color: #407854;
}
</style>
border-color css
<style>
span { border-color: #407854; }
span { border-color: rgb(64,120,84); }
td.TdClassName
{
border-color: #407854;
}
.TagClassName
{
border-color: #407854;
}
</style>