Shades of Amazon #417456
Tints of Amazon #417456
RGB
CMYK
RGB Variations
Color information
#417456 (or 0x417456) is known color: Amazon. HEX triplet: 41, 74 and 56. RGB value is (65,116,86). Sum of RGB (Red+Green+Blue) = 65+116+86=267 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.34% from 267); Green value is 116 (45.70% from 255 or 43.45% from 267); Blue value is 86 (33.98% from 255 or 32.21% from 267); Max value from RGB is 116 - color contains mainly: green. Hex color #417456 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417456 is #BE8BA9. Grayscale: #616161. Windows color (decimal): -12487594 or 5665857. OLE color: 5665857.
HSL color Cylindrical-coordinate representation of color #417456: hue angle of 144.71º 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 #417456 is Cyan = 0.44, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 65 | 116 | 86 | - |
| CMYK | 0.44 | 0 | 0.26 | 0.55 |
| HSL | 144.71º | 0.28% | 0.35% | - |
| HSV(B) | 144.71º | 0.44% | 0.45% | - |
| XYZ | 10.11 | 14.29 | 11.03 | - |
| YUV | 97.33 | 121.6 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 116 | 86 | 0.44 | 0 | 0.26 | 0.55 | 144.71 | 0.28 | 0.35 |
| Hex | 41 | 74 | 56 | 2C | 0 | 1A | 37 | 91 | 1C | 23 |
| Octal | 101 | 164 | 126 | 54 | 0 | 32 | 67 | 221 | 34 | 43 |
| Binary | 1000001 | 1110100 | 1010110 | 101100 | 0 | 11010 | 110111 | 10010001 | 11100 | 100011 |
Color Harmonies of #417456
Complementary color
Monochromatic Colors of #417456
Black with #417456
Text Example
Text Example
White with #417456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417456; }
p { color: rgb(65,116,86); }
H1.HeaderClassName
{
color: #417456;
}
.AnyTagClassName
{
color: #417456;
}
</style>
background-color css
<style>
a { background-color: #417456; }
a { background-color: rgb(65,116,86); }
div.DivClassName
{
background-color: #417456;
}
.BgClassName
{
background-color: #417456;
}
</style>
border-color css
<style>
span { border-color: #417456; }
span { border-color: rgb(65,116,86); }
td.TdClassName
{
border-color: #417456;
}
.TagClassName
{
border-color: #417456;
}
</style>