Shades of Amazon #407B60
Tints of Amazon #407B60
RGB
CMYK
RGB Variations
Color information
#407B60 (or 0x407B60) is known color: Amazon. HEX triplet: 40, 7B and 60. RGB value is (64,123,96). Sum of RGB (Red+Green+Blue) = 64+123+96=283 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.61% from 283); Green value is 123 (48.44% from 255 or 43.46% from 283); Blue value is 96 (37.89% from 255 or 33.92% from 283); Max value from RGB is 123 - color contains mainly: green. Hex color #407B60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407B60 is #BF849F. Grayscale: #666666. Windows color (decimal): -12551328 or 6323008. OLE color: 6323008.
HSL color Cylindrical-coordinate representation of color #407B60: hue angle of 152.54º 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 #407B60 is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 64 | 123 | 96 | - |
| CMYK | 0.48 | 0 | 0.22 | 0.52 |
| HSL | 152.54º | 0.32% | 0.37% | - |
| HSV(B) | 152.54º | 0.48% | 0.48% | - |
| XYZ | 11.31 | 16.1 | 13.58 | - |
| YUV | 102.28 | 124.45 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 123 | 96 | 0.48 | 0 | 0.22 | 0.52 | 152.54 | 0.32 | 0.37 |
| Hex | 40 | 7B | 60 | 30 | 0 | 16 | 34 | 99 | 20 | 25 |
| Octal | 100 | 173 | 140 | 60 | 0 | 26 | 64 | 231 | 40 | 45 |
| Binary | 1000000 | 1111011 | 1100000 | 110000 | 0 | 10110 | 110100 | 10011001 | 100000 | 100101 |
Color Harmonies of #407B60
Complementary color
Monochromatic Colors of #407B60
Black with #407B60
Text Example
Text Example
White with #407B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407B60; }
p { color: rgb(64,123,96); }
H1.HeaderClassName
{
color: #407B60;
}
.AnyTagClassName
{
color: #407B60;
}
</style>
background-color css
<style>
a { background-color: #407B60; }
a { background-color: rgb(64,123,96); }
div.DivClassName
{
background-color: #407B60;
}
.BgClassName
{
background-color: #407B60;
}
</style>
border-color css
<style>
span { border-color: #407B60; }
span { border-color: rgb(64,123,96); }
td.TdClassName
{
border-color: #407B60;
}
.TagClassName
{
border-color: #407B60;
}
</style>