Shades of Amazon #407E53
Tints of Amazon #407E53
RGB
CMYK
RGB Variations
Color information
#407E53 (or 0x407E53) is known color: Amazon. HEX triplet: 40, 7E and 53. RGB value is (64,126,83). Sum of RGB (Red+Green+Blue) = 64+126+83=273 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.44% from 273); Green value is 126 (49.61% from 255 or 46.15% from 273); Blue value is 83 (32.81% from 255 or 30.40% from 273); Max value from RGB is 126 - color contains mainly: green. Hex color #407E53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407E53 is #BF81AC. Grayscale: #666666. Windows color (decimal): -12550573 or 5471808. OLE color: 5471808.
HSL color Cylindrical-coordinate representation of color #407E53: hue angle of 138.39º 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 #407E53 is Cyan = 0.49, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 64 | 126 | 83 | - |
| CMYK | 0.49 | 0 | 0.34 | 0.51 |
| HSL | 138.39º | 0.33% | 0.37% | - |
| HSV(B) | 138.39º | 0.49% | 0.49% | - |
| XYZ | 11.14 | 16.64 | 10.81 | - |
| YUV | 102.56 | 116.96 | 100.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 126 | 83 | 0.49 | 0 | 0.34 | 0.51 | 138.39 | 0.33 | 0.37 |
| Hex | 40 | 7E | 53 | 31 | 0 | 22 | 33 | 8A | 21 | 25 |
| Octal | 100 | 176 | 123 | 61 | 0 | 42 | 63 | 212 | 41 | 45 |
| Binary | 1000000 | 1111110 | 1010011 | 110001 | 0 | 100010 | 110011 | 10001010 | 100001 | 100101 |
Color Harmonies of #407E53
Complementary color
Monochromatic Colors of #407E53
Black with #407E53
Text Example
Text Example
White with #407E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407E53; }
p { color: rgb(64,126,83); }
H1.HeaderClassName
{
color: #407E53;
}
.AnyTagClassName
{
color: #407E53;
}
</style>
background-color css
<style>
a { background-color: #407E53; }
a { background-color: rgb(64,126,83); }
div.DivClassName
{
background-color: #407E53;
}
.BgClassName
{
background-color: #407E53;
}
</style>
border-color css
<style>
span { border-color: #407E53; }
span { border-color: rgb(64,126,83); }
td.TdClassName
{
border-color: #407E53;
}
.TagClassName
{
border-color: #407E53;
}
</style>