Shades of Amazon #407254
Tints of Amazon #407254
RGB
CMYK
RGB Variations
Color information
#407254 (or 0x407254) is known color: Amazon. HEX triplet: 40, 72 and 54. RGB value is (64,114,84). Sum of RGB (Red+Green+Blue) = 64+114+84=262 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.43% from 262); Green value is 114 (44.92% from 255 or 43.51% from 262); Blue value is 84 (33.20% from 255 or 32.06% from 262); Max value from RGB is 114 - color contains mainly: green. Hex color #407254 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407254 is #BF8DAB. Grayscale: #5F5F5F. Windows color (decimal): -12553644 or 5534272. OLE color: 5534272.
HSL color Cylindrical-coordinate representation of color #407254: hue angle of 144º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #407254 is Cyan = 0.44, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 64 | 114 | 84 | - |
| CMYK | 0.44 | 0 | 0.26 | 0.55 |
| HSL | 144º | 0.28% | 0.35% | - |
| HSV(B) | 144º | 0.44% | 0.45% | - |
| XYZ | 9.73 | 13.76 | 10.53 | - |
| YUV | 95.63 | 121.44 | 105.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 114 | 84 | 0.44 | 0 | 0.26 | 0.55 | 144 | 0.28 | 0.35 |
| Hex | 40 | 72 | 54 | 2C | 0 | 1A | 37 | 90 | 1C | 23 |
| Octal | 100 | 162 | 124 | 54 | 0 | 32 | 67 | 220 | 34 | 43 |
| Binary | 1000000 | 1110010 | 1010100 | 101100 | 0 | 11010 | 110111 | 10010000 | 11100 | 100011 |
Color Harmonies of #407254
Complementary color
Monochromatic Colors of #407254
Black with #407254
Text Example
Text Example
White with #407254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407254; }
p { color: rgb(64,114,84); }
H1.HeaderClassName
{
color: #407254;
}
.AnyTagClassName
{
color: #407254;
}
</style>
background-color css
<style>
a { background-color: #407254; }
a { background-color: rgb(64,114,84); }
div.DivClassName
{
background-color: #407254;
}
.BgClassName
{
background-color: #407254;
}
</style>
border-color css
<style>
span { border-color: #407254; }
span { border-color: rgb(64,114,84); }
td.TdClassName
{
border-color: #407254;
}
.TagClassName
{
border-color: #407254;
}
</style>