Shades of Amazon #407E59
Tints of Amazon #407E59
RGB
CMYK
RGB Variations
Color information
#407E59 (or 0x407E59) is known color: Amazon. HEX triplet: 40, 7E and 59. RGB value is (64,126,89). Sum of RGB (Red+Green+Blue) = 64+126+89=279 (36% of max value = 765). Red value is 64 (25.39% from 255 or 22.94% from 279); Green value is 126 (49.61% from 255 or 45.16% from 279); Blue value is 89 (35.16% from 255 or 31.90% from 279); Max value from RGB is 126 - color contains mainly: green. Hex color #407E59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407E59 is #BF81A6. Grayscale: #676767. Windows color (decimal): -12550567 or 5865024. OLE color: 5865024.
HSL color Cylindrical-coordinate representation of color #407E59: hue angle of 144.19º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #407E59 is Cyan = 0.49, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 64 | 126 | 89 | - |
| CMYK | 0.49 | 0 | 0.29 | 0.51 |
| HSL | 144.19º | 0.33% | 0.37% | - |
| HSV(B) | 144.19º | 0.49% | 0.49% | - |
| XYZ | 11.38 | 16.73 | 12.08 | - |
| YUV | 103.24 | 119.96 | 100.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 126 | 89 | 0.49 | 0 | 0.29 | 0.51 | 144.19 | 0.33 | 0.37 |
| Hex | 40 | 7E | 59 | 31 | 0 | 1D | 33 | 90 | 21 | 25 |
| Octal | 100 | 176 | 131 | 61 | 0 | 35 | 63 | 220 | 41 | 45 |
| Binary | 1000000 | 1111110 | 1011001 | 110001 | 0 | 11101 | 110011 | 10010000 | 100001 | 100101 |
Color Harmonies of #407E59
Complementary color
Monochromatic Colors of #407E59
Black with #407E59
Text Example
Text Example
White with #407E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407E59; }
p { color: rgb(64,126,89); }
H1.HeaderClassName
{
color: #407E59;
}
.AnyTagClassName
{
color: #407E59;
}
</style>
background-color css
<style>
a { background-color: #407E59; }
a { background-color: rgb(64,126,89); }
div.DivClassName
{
background-color: #407E59;
}
.BgClassName
{
background-color: #407E59;
}
</style>
border-color css
<style>
span { border-color: #407E59; }
span { border-color: rgb(64,126,89); }
td.TdClassName
{
border-color: #407E59;
}
.TagClassName
{
border-color: #407E59;
}
</style>