Shades of Amazon #407B56
Tints of Amazon #407B56
RGB
CMYK
RGB Variations
Color information
#407B56 (or 0x407B56) is known color: Amazon. HEX triplet: 40, 7B and 56. RGB value is (64,123,86). Sum of RGB (Red+Green+Blue) = 64+123+86=273 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.44% from 273); Green value is 123 (48.44% from 255 or 45.05% from 273); Blue value is 86 (33.98% from 255 or 31.50% from 273); Max value from RGB is 123 - color contains mainly: green. Hex color #407B56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407B56 is #BF84A9. Grayscale: #656565. Windows color (decimal): -12551338 or 5667648. OLE color: 5667648.
HSL color Cylindrical-coordinate representation of color #407B56: hue angle of 142.37º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #407B56 is Cyan = 0.48, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 64 | 123 | 86 | - |
| CMYK | 0.48 | 0 | 0.30 | 0.52 |
| HSL | 142.37º | 0.32% | 0.37% | - |
| HSV(B) | 142.37º | 0.48% | 0.48% | - |
| XYZ | 10.88 | 15.93 | 11.31 | - |
| YUV | 101.14 | 119.45 | 101.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 123 | 86 | 0.48 | 0 | 0.30 | 0.52 | 142.37 | 0.32 | 0.37 |
| Hex | 40 | 7B | 56 | 30 | 0 | 1E | 34 | 8E | 20 | 25 |
| Octal | 100 | 173 | 126 | 60 | 0 | 36 | 64 | 216 | 40 | 45 |
| Binary | 1000000 | 1111011 | 1010110 | 110000 | 0 | 11110 | 110100 | 10001110 | 100000 | 100101 |
Color Harmonies of #407B56
Complementary color
Monochromatic Colors of #407B56
Black with #407B56
Text Example
Text Example
White with #407B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407B56; }
p { color: rgb(64,123,86); }
H1.HeaderClassName
{
color: #407B56;
}
.AnyTagClassName
{
color: #407B56;
}
</style>
background-color css
<style>
a { background-color: #407B56; }
a { background-color: rgb(64,123,86); }
div.DivClassName
{
background-color: #407B56;
}
.BgClassName
{
background-color: #407B56;
}
</style>
border-color css
<style>
span { border-color: #407B56; }
span { border-color: rgb(64,123,86); }
td.TdClassName
{
border-color: #407B56;
}
.TagClassName
{
border-color: #407B56;
}
</style>