Shades of Amazon #407958
Tints of Amazon #407958
RGB
CMYK
RGB Variations
Color information
#407958 (or 0x407958) is known color: Amazon. HEX triplet: 40, 79 and 58. RGB value is (64,121,88). Sum of RGB (Red+Green+Blue) = 64+121+88=273 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.44% from 273); Green value is 121 (47.66% from 255 or 44.32% from 273); Blue value is 88 (34.77% from 255 or 32.23% from 273); Max value from RGB is 121 - color contains mainly: green. Hex color #407958 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407958 is #BF86A7. Grayscale: #646464. Windows color (decimal): -12551848 or 5798208. OLE color: 5798208.
HSL color Cylindrical-coordinate representation of color #407958: hue angle of 145.26º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #407958 is Cyan = 0.47, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 64 | 121 | 88 | - |
| CMYK | 0.47 | 0 | 0.27 | 0.53 |
| HSL | 145.26º | 0.31% | 0.36% | - |
| HSV(B) | 145.26º | 0.47% | 0.47% | - |
| XYZ | 10.71 | 15.47 | 11.65 | - |
| YUV | 100.2 | 121.12 | 102.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 121 | 88 | 0.47 | 0 | 0.27 | 0.53 | 145.26 | 0.31 | 0.36 |
| Hex | 40 | 79 | 58 | 2F | 0 | 1B | 35 | 91 | 1F | 24 |
| Octal | 100 | 171 | 130 | 57 | 0 | 33 | 65 | 221 | 37 | 44 |
| Binary | 1000000 | 1111001 | 1011000 | 101111 | 0 | 11011 | 110101 | 10010001 | 11111 | 100100 |
Color Harmonies of #407958
Complementary color
Monochromatic Colors of #407958
Black with #407958
Text Example
Text Example
White with #407958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407958; }
p { color: rgb(64,121,88); }
H1.HeaderClassName
{
color: #407958;
}
.AnyTagClassName
{
color: #407958;
}
</style>
background-color css
<style>
a { background-color: #407958; }
a { background-color: rgb(64,121,88); }
div.DivClassName
{
background-color: #407958;
}
.BgClassName
{
background-color: #407958;
}
</style>
border-color css
<style>
span { border-color: #407958; }
span { border-color: rgb(64,121,88); }
td.TdClassName
{
border-color: #407958;
}
.TagClassName
{
border-color: #407958;
}
</style>