Shades of Amazon #407652
Tints of Amazon #407652
RGB
CMYK
RGB Variations
Color information
#407652 (or 0x407652) is known color: Amazon. HEX triplet: 40, 76 and 52. RGB value is (64,118,82). Sum of RGB (Red+Green+Blue) = 64+118+82=264 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.24% from 264); Green value is 118 (46.48% from 255 or 44.70% from 264); Blue value is 82 (32.42% from 255 or 31.06% from 264); Max value from RGB is 118 - color contains mainly: green. Hex color #407652 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407652 is #BF89AD. Grayscale: #616161. Windows color (decimal): -12552622 or 5404224. OLE color: 5404224.
HSL color Cylindrical-coordinate representation of color #407652: hue angle of 140º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #407652 is Cyan = 0.46, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 64 | 118 | 82 | - |
| CMYK | 0.46 | 0 | 0.31 | 0.54 |
| HSL | 140º | 0.3% | 0.36% | - |
| HSV(B) | 140º | 0.46% | 0.46% | - |
| XYZ | 10.12 | 14.66 | 10.28 | - |
| YUV | 97.75 | 119.11 | 103.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 118 | 82 | 0.46 | 0 | 0.31 | 0.54 | 140 | 0.3 | 0.36 |
| Hex | 40 | 76 | 52 | 2E | 0 | 1F | 36 | 8C | 1E | 24 |
| Octal | 100 | 166 | 122 | 56 | 0 | 37 | 66 | 214 | 36 | 44 |
| Binary | 1000000 | 1110110 | 1010010 | 101110 | 0 | 11111 | 110110 | 10001100 | 11110 | 100100 |
Color Harmonies of #407652
Complementary color
Monochromatic Colors of #407652
Black with #407652
Text Example
Text Example
White with #407652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407652; }
p { color: rgb(64,118,82); }
H1.HeaderClassName
{
color: #407652;
}
.AnyTagClassName
{
color: #407652;
}
</style>
background-color css
<style>
a { background-color: #407652; }
a { background-color: rgb(64,118,82); }
div.DivClassName
{
background-color: #407652;
}
.BgClassName
{
background-color: #407652;
}
</style>
border-color css
<style>
span { border-color: #407652; }
span { border-color: rgb(64,118,82); }
td.TdClassName
{
border-color: #407652;
}
.TagClassName
{
border-color: #407652;
}
</style>