Shades of Amazon #407C50
Tints of Amazon #407C50
RGB
CMYK
RGB Variations
Color information
#407C50 (or 0x407C50) is known color: Amazon. HEX triplet: 40, 7C and 50. RGB value is (64,124,80). Sum of RGB (Red+Green+Blue) = 64+124+80=268 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.88% from 268); Green value is 124 (48.83% from 255 or 46.27% from 268); Blue value is 80 (31.64% from 255 or 29.85% from 268); Max value from RGB is 124 - color contains mainly: green. Hex color #407C50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407C50 is #BF83AF. Grayscale: #656565. Windows color (decimal): -12551088 or 5274688. OLE color: 5274688.
HSL color Cylindrical-coordinate representation of color #407C50: hue angle of 136º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #407C50 is Cyan = 0.48, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 64 | 124 | 80 | - |
| CMYK | 0.48 | 0 | 0.35 | 0.51 |
| HSL | 136º | 0.32% | 0.37% | - |
| HSV(B) | 136º | 0.48% | 0.49% | - |
| XYZ | 10.77 | 16.08 | 10.13 | - |
| YUV | 101.04 | 116.12 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 124 | 80 | 0.48 | 0 | 0.35 | 0.51 | 136 | 0.32 | 0.37 |
| Hex | 40 | 7C | 50 | 30 | 0 | 23 | 33 | 88 | 20 | 25 |
| Octal | 100 | 174 | 120 | 60 | 0 | 43 | 63 | 210 | 40 | 45 |
| Binary | 1000000 | 1111100 | 1010000 | 110000 | 0 | 100011 | 110011 | 10001000 | 100000 | 100101 |
Color Harmonies of #407C50
Complementary color
Monochromatic Colors of #407C50
Black with #407C50
Text Example
Text Example
White with #407C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407C50; }
p { color: rgb(64,124,80); }
H1.HeaderClassName
{
color: #407C50;
}
.AnyTagClassName
{
color: #407C50;
}
</style>
background-color css
<style>
a { background-color: #407C50; }
a { background-color: rgb(64,124,80); }
div.DivClassName
{
background-color: #407C50;
}
.BgClassName
{
background-color: #407C50;
}
</style>
border-color css
<style>
span { border-color: #407C50; }
span { border-color: rgb(64,124,80); }
td.TdClassName
{
border-color: #407C50;
}
.TagClassName
{
border-color: #407C50;
}
</style>