Shades of Amazon #417659
Tints of Amazon #417659
RGB
CMYK
RGB Variations
Color information
#417659 (or 0x417659) is known color: Amazon. HEX triplet: 41, 76 and 59. RGB value is (65,118,89). Sum of RGB (Red+Green+Blue) = 65+118+89=272 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.90% from 272); Green value is 118 (46.48% from 255 or 43.38% from 272); Blue value is 89 (35.16% from 255 or 32.72% from 272); Max value from RGB is 118 - color contains mainly: green. Hex color #417659 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417659 is #BE89A6. Grayscale: #626262. Windows color (decimal): -12487079 or 5862977. OLE color: 5862977.
HSL color Cylindrical-coordinate representation of color #417659: hue angle of 147.17º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #417659 is Cyan = 0.45, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 65 | 118 | 89 | - |
| CMYK | 0.45 | 0 | 0.25 | 0.54 |
| HSL | 147.17º | 0.29% | 0.36% | - |
| HSV(B) | 147.17º | 0.45% | 0.46% | - |
| XYZ | 10.46 | 14.8 | 11.76 | - |
| YUV | 98.85 | 122.44 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 118 | 89 | 0.45 | 0 | 0.25 | 0.54 | 147.17 | 0.29 | 0.36 |
| Hex | 41 | 76 | 59 | 2D | 0 | 19 | 36 | 93 | 1D | 24 |
| Octal | 101 | 166 | 131 | 55 | 0 | 31 | 66 | 223 | 35 | 44 |
| Binary | 1000001 | 1110110 | 1011001 | 101101 | 0 | 11001 | 110110 | 10010011 | 11101 | 100100 |
Color Harmonies of #417659
Complementary color
Monochromatic Colors of #417659
Black with #417659
Text Example
Text Example
White with #417659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417659; }
p { color: rgb(65,118,89); }
H1.HeaderClassName
{
color: #417659;
}
.AnyTagClassName
{
color: #417659;
}
</style>
background-color css
<style>
a { background-color: #417659; }
a { background-color: rgb(65,118,89); }
div.DivClassName
{
background-color: #417659;
}
.BgClassName
{
background-color: #417659;
}
</style>
border-color css
<style>
span { border-color: #417659; }
span { border-color: rgb(65,118,89); }
td.TdClassName
{
border-color: #417659;
}
.TagClassName
{
border-color: #417659;
}
</style>