Shades of Amazon #417257
Tints of Amazon #417257
RGB
CMYK
RGB Variations
Color information
#417257 (or 0x417257) is known color: Amazon. HEX triplet: 41, 72 and 57. RGB value is (65,114,87). Sum of RGB (Red+Green+Blue) = 65+114+87=266 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.44% from 266); Green value is 114 (44.92% from 255 or 42.86% from 266); Blue value is 87 (34.38% from 255 or 32.71% from 266); Max value from RGB is 114 - color contains mainly: green. Hex color #417257 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417257 is #BE8DA8. Grayscale: #606060. Windows color (decimal): -12488105 or 5730881. OLE color: 5730881.
HSL color Cylindrical-coordinate representation of color #417257: hue angle of 146.94º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #417257 is Cyan = 0.43, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 65 | 114 | 87 | - |
| CMYK | 0.43 | 0 | 0.24 | 0.55 |
| HSL | 146.94º | 0.27% | 0.35% | - |
| HSV(B) | 146.94º | 0.43% | 0.45% | - |
| XYZ | 9.92 | 13.85 | 11.17 | - |
| YUV | 96.27 | 122.77 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 114 | 87 | 0.43 | 0 | 0.24 | 0.55 | 146.94 | 0.27 | 0.35 |
| Hex | 41 | 72 | 57 | 2B | 0 | 18 | 37 | 93 | 1B | 23 |
| Octal | 101 | 162 | 127 | 53 | 0 | 30 | 67 | 223 | 33 | 43 |
| Binary | 1000001 | 1110010 | 1010111 | 101011 | 0 | 11000 | 110111 | 10010011 | 11011 | 100011 |
Color Harmonies of #417257
Complementary color
Monochromatic Colors of #417257
Black with #417257
Text Example
Text Example
White with #417257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417257; }
p { color: rgb(65,114,87); }
H1.HeaderClassName
{
color: #417257;
}
.AnyTagClassName
{
color: #417257;
}
</style>
background-color css
<style>
a { background-color: #417257; }
a { background-color: rgb(65,114,87); }
div.DivClassName
{
background-color: #417257;
}
.BgClassName
{
background-color: #417257;
}
</style>
border-color css
<style>
span { border-color: #417257; }
span { border-color: rgb(65,114,87); }
td.TdClassName
{
border-color: #417257;
}
.TagClassName
{
border-color: #417257;
}
</style>