Shades of Amazon #417157
Tints of Amazon #417157
RGB
CMYK
RGB Variations
Color information
#417157 (or 0x417157) is known color: Amazon. HEX triplet: 41, 71 and 57. RGB value is (65,113,87). Sum of RGB (Red+Green+Blue) = 65+113+87=265 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.53% from 265); Green value is 113 (44.53% from 255 or 42.64% from 265); Blue value is 87 (34.38% from 255 or 32.83% from 265); Max value from RGB is 113 - color contains mainly: green. Hex color #417157 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417157 is #BE8EA8. Grayscale: #5F5F5F. Windows color (decimal): -12488361 or 5730625. OLE color: 5730625.
HSL color Cylindrical-coordinate representation of color #417157: hue angle of 147.5º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #417157 is Cyan = 0.42, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 65 | 113 | 87 | - |
| CMYK | 0.42 | 0 | 0.23 | 0.56 |
| HSL | 147.5º | 0.27% | 0.35% | - |
| HSV(B) | 147.5º | 0.42% | 0.44% | - |
| XYZ | 9.81 | 13.62 | 11.13 | - |
| YUV | 95.68 | 123.1 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 113 | 87 | 0.42 | 0 | 0.23 | 0.56 | 147.5 | 0.27 | 0.35 |
| Hex | 41 | 71 | 57 | 2A | 0 | 17 | 38 | 94 | 1B | 23 |
| Octal | 101 | 161 | 127 | 52 | 0 | 27 | 70 | 224 | 33 | 43 |
| Binary | 1000001 | 1110001 | 1010111 | 101010 | 0 | 10111 | 111000 | 10010100 | 11011 | 100011 |
Color Harmonies of #417157
Complementary color
Monochromatic Colors of #417157
Black with #417157
Text Example
Text Example
White with #417157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417157; }
p { color: rgb(65,113,87); }
H1.HeaderClassName
{
color: #417157;
}
.AnyTagClassName
{
color: #417157;
}
</style>
background-color css
<style>
a { background-color: #417157; }
a { background-color: rgb(65,113,87); }
div.DivClassName
{
background-color: #417157;
}
.BgClassName
{
background-color: #417157;
}
</style>
border-color css
<style>
span { border-color: #417157; }
span { border-color: rgb(65,113,87); }
td.TdClassName
{
border-color: #417157;
}
.TagClassName
{
border-color: #417157;
}
</style>