Shades of Amazon #407856
Tints of Amazon #407856
RGB
CMYK
RGB Variations
Color information
#407856 (or 0x407856) is known color: Amazon. HEX triplet: 40, 78 and 56. RGB value is (64,120,86). Sum of RGB (Red+Green+Blue) = 64+120+86=270 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.70% from 270); Green value is 120 (47.27% from 255 or 44.44% from 270); Blue value is 86 (33.98% from 255 or 31.85% from 270); Max value from RGB is 120 - color contains mainly: green. Hex color #407856 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407856 is #BF87A9. Grayscale: #636363. Windows color (decimal): -12552106 or 5666880. OLE color: 5666880.
HSL color Cylindrical-coordinate representation of color #407856: hue angle of 143.57º 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 #407856 is Cyan = 0.47, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 64 | 120 | 86 | - |
| CMYK | 0.47 | 0 | 0.28 | 0.53 |
| HSL | 143.57º | 0.3% | 0.36% | - |
| HSV(B) | 143.57º | 0.47% | 0.47% | - |
| XYZ | 10.51 | 15.19 | 11.18 | - |
| YUV | 99.38 | 120.45 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 120 | 86 | 0.47 | 0 | 0.28 | 0.53 | 143.57 | 0.3 | 0.36 |
| Hex | 40 | 78 | 56 | 2F | 0 | 1C | 35 | 90 | 1E | 24 |
| Octal | 100 | 170 | 126 | 57 | 0 | 34 | 65 | 220 | 36 | 44 |
| Binary | 1000000 | 1111000 | 1010110 | 101111 | 0 | 11100 | 110101 | 10010000 | 11110 | 100100 |
Color Harmonies of #407856
Complementary color
Monochromatic Colors of #407856
Black with #407856
Text Example
Text Example
White with #407856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407856; }
p { color: rgb(64,120,86); }
H1.HeaderClassName
{
color: #407856;
}
.AnyTagClassName
{
color: #407856;
}
</style>
background-color css
<style>
a { background-color: #407856; }
a { background-color: rgb(64,120,86); }
div.DivClassName
{
background-color: #407856;
}
.BgClassName
{
background-color: #407856;
}
</style>
border-color css
<style>
span { border-color: #407856; }
span { border-color: rgb(64,120,86); }
td.TdClassName
{
border-color: #407856;
}
.TagClassName
{
border-color: #407856;
}
</style>