Shades of Amazon #417657
Tints of Amazon #417657
RGB
CMYK
RGB Variations
Color information
#417657 (or 0x417657) is known color: Amazon. HEX triplet: 41, 76 and 57. RGB value is (65,118,87). Sum of RGB (Red+Green+Blue) = 65+118+87=270 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.07% from 270); Green value is 118 (46.48% from 255 or 43.70% from 270); Blue value is 87 (34.38% from 255 or 32.22% from 270); Max value from RGB is 118 - color contains mainly: green. Hex color #417657 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417657 is #BE89A8. Grayscale: #626262. Windows color (decimal): -12487081 or 5731905. OLE color: 5731905.
HSL color Cylindrical-coordinate representation of color #417657: hue angle of 144.91º 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 #417657 is Cyan = 0.45, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 65 | 118 | 87 | - |
| CMYK | 0.45 | 0 | 0.26 | 0.54 |
| HSL | 144.91º | 0.29% | 0.36% | - |
| HSV(B) | 144.91º | 0.45% | 0.46% | - |
| XYZ | 10.38 | 14.77 | 11.32 | - |
| YUV | 98.62 | 121.44 | 104.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 118 | 87 | 0.45 | 0 | 0.26 | 0.54 | 144.91 | 0.29 | 0.36 |
| Hex | 41 | 76 | 57 | 2D | 0 | 1A | 36 | 91 | 1D | 24 |
| Octal | 101 | 166 | 127 | 55 | 0 | 32 | 66 | 221 | 35 | 44 |
| Binary | 1000001 | 1110110 | 1010111 | 101101 | 0 | 11010 | 110110 | 10010001 | 11101 | 100100 |
Color Harmonies of #417657
Complementary color
Monochromatic Colors of #417657
Black with #417657
Text Example
Text Example
White with #417657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417657; }
p { color: rgb(65,118,87); }
H1.HeaderClassName
{
color: #417657;
}
.AnyTagClassName
{
color: #417657;
}
</style>
background-color css
<style>
a { background-color: #417657; }
a { background-color: rgb(65,118,87); }
div.DivClassName
{
background-color: #417657;
}
.BgClassName
{
background-color: #417657;
}
</style>
border-color css
<style>
span { border-color: #417657; }
span { border-color: rgb(65,118,87); }
td.TdClassName
{
border-color: #417657;
}
.TagClassName
{
border-color: #417657;
}
</style>