Shades of Amazon #407E52
Tints of Amazon #407E52
RGB
CMYK
RGB Variations
Color information
#407E52 (or 0x407E52) is known color: Amazon. HEX triplet: 40, 7E and 52. RGB value is (64,126,82). Sum of RGB (Red+Green+Blue) = 64+126+82=272 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.53% from 272); Green value is 126 (49.61% from 255 or 46.32% from 272); Blue value is 82 (32.42% from 255 or 30.15% from 272); Max value from RGB is 126 - color contains mainly: green. Hex color #407E52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407E52 is #BF81AD. Grayscale: #666666. Windows color (decimal): -12550574 or 5406272. OLE color: 5406272.
HSL color Cylindrical-coordinate representation of color #407E52: hue angle of 137.42º 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 #407E52 is Cyan = 0.49, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 64 | 126 | 82 | - |
| CMYK | 0.49 | 0 | 0.35 | 0.51 |
| HSL | 137.42º | 0.33% | 0.37% | - |
| HSV(B) | 137.42º | 0.49% | 0.49% | - |
| XYZ | 11.1 | 16.62 | 10.61 | - |
| YUV | 102.45 | 116.46 | 100.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 126 | 82 | 0.49 | 0 | 0.35 | 0.51 | 137.42 | 0.33 | 0.37 |
| Hex | 40 | 7E | 52 | 31 | 0 | 23 | 33 | 89 | 21 | 25 |
| Octal | 100 | 176 | 122 | 61 | 0 | 43 | 63 | 211 | 41 | 45 |
| Binary | 1000000 | 1111110 | 1010010 | 110001 | 0 | 100011 | 110011 | 10001001 | 100001 | 100101 |
Color Harmonies of #407E52
Complementary color
Monochromatic Colors of #407E52
Black with #407E52
Text Example
Text Example
White with #407E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407E52; }
p { color: rgb(64,126,82); }
H1.HeaderClassName
{
color: #407E52;
}
.AnyTagClassName
{
color: #407E52;
}
</style>
background-color css
<style>
a { background-color: #407E52; }
a { background-color: rgb(64,126,82); }
div.DivClassName
{
background-color: #407E52;
}
.BgClassName
{
background-color: #407E52;
}
</style>
border-color css
<style>
span { border-color: #407E52; }
span { border-color: rgb(64,126,82); }
td.TdClassName
{
border-color: #407E52;
}
.TagClassName
{
border-color: #407E52;
}
</style>