Shades of Amazon #417556
Tints of Amazon #417556
RGB
CMYK
RGB Variations
Color information
#417556 (or 0x417556) is known color: Amazon. HEX triplet: 41, 75 and 56. RGB value is (65,117,86). Sum of RGB (Red+Green+Blue) = 65+117+86=268 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.25% from 268); Green value is 117 (46.09% from 255 or 43.66% from 268); Blue value is 86 (33.98% from 255 or 32.09% from 268); Max value from RGB is 117 - color contains mainly: green. Hex color #417556 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417556 is #BE8AA9. Grayscale: #616161. Windows color (decimal): -12487338 or 5666113. OLE color: 5666113.
HSL color Cylindrical-coordinate representation of color #417556: hue angle of 144.23º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #417556 is Cyan = 0.44, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 65 | 117 | 86 | - |
| CMYK | 0.44 | 0 | 0.26 | 0.54 |
| HSL | 144.23º | 0.29% | 0.36% | - |
| HSV(B) | 144.23º | 0.44% | 0.46% | - |
| XYZ | 10.22 | 14.52 | 11.07 | - |
| YUV | 97.92 | 121.27 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 117 | 86 | 0.44 | 0 | 0.26 | 0.54 | 144.23 | 0.29 | 0.36 |
| Hex | 41 | 75 | 56 | 2C | 0 | 1A | 36 | 90 | 1D | 24 |
| Octal | 101 | 165 | 126 | 54 | 0 | 32 | 66 | 220 | 35 | 44 |
| Binary | 1000001 | 1110101 | 1010110 | 101100 | 0 | 11010 | 110110 | 10010000 | 11101 | 100100 |
Color Harmonies of #417556
Complementary color
Monochromatic Colors of #417556
Black with #417556
Text Example
Text Example
White with #417556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417556; }
p { color: rgb(65,117,86); }
H1.HeaderClassName
{
color: #417556;
}
.AnyTagClassName
{
color: #417556;
}
</style>
background-color css
<style>
a { background-color: #417556; }
a { background-color: rgb(65,117,86); }
div.DivClassName
{
background-color: #417556;
}
.BgClassName
{
background-color: #417556;
}
</style>
border-color css
<style>
span { border-color: #417556; }
span { border-color: rgb(65,117,86); }
td.TdClassName
{
border-color: #417556;
}
.TagClassName
{
border-color: #417556;
}
</style>