Shades of Amazon #407950
Tints of Amazon #407950
RGB
CMYK
RGB Variations
Color information
#407950 (or 0x407950) is known color: Amazon. HEX triplet: 40, 79 and 50. RGB value is (64,121,80). Sum of RGB (Red+Green+Blue) = 64+121+80=265 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.15% from 265); Green value is 121 (47.66% from 255 or 45.66% from 265); Blue value is 80 (31.64% from 255 or 30.19% from 265); Max value from RGB is 121 - color contains mainly: green. Hex color #407950 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407950 is #BF86AF. Grayscale: #636363. Windows color (decimal): -12551856 or 5273920. OLE color: 5273920.
HSL color Cylindrical-coordinate representation of color #407950: hue angle of 136.84º 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 #407950 is Cyan = 0.47, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 64 | 121 | 80 | - |
| CMYK | 0.47 | 0 | 0.34 | 0.53 |
| HSL | 136.84º | 0.31% | 0.36% | - |
| HSV(B) | 136.84º | 0.47% | 0.47% | - |
| XYZ | 10.4 | 15.34 | 10 | - |
| YUV | 99.28 | 117.12 | 102.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 121 | 80 | 0.47 | 0 | 0.34 | 0.53 | 136.84 | 0.31 | 0.36 |
| Hex | 40 | 79 | 50 | 2F | 0 | 22 | 35 | 89 | 1F | 24 |
| Octal | 100 | 171 | 120 | 57 | 0 | 42 | 65 | 211 | 37 | 44 |
| Binary | 1000000 | 1111001 | 1010000 | 101111 | 0 | 100010 | 110101 | 10001001 | 11111 | 100100 |
Color Harmonies of #407950
Complementary color
Monochromatic Colors of #407950
Black with #407950
Text Example
Text Example
White with #407950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407950; }
p { color: rgb(64,121,80); }
H1.HeaderClassName
{
color: #407950;
}
.AnyTagClassName
{
color: #407950;
}
</style>
background-color css
<style>
a { background-color: #407950; }
a { background-color: rgb(64,121,80); }
div.DivClassName
{
background-color: #407950;
}
.BgClassName
{
background-color: #407950;
}
</style>
border-color css
<style>
span { border-color: #407950; }
span { border-color: rgb(64,121,80); }
td.TdClassName
{
border-color: #407950;
}
.TagClassName
{
border-color: #407950;
}
</style>