Shades of Amazon #417357
Tints of Amazon #417357
RGB
CMYK
RGB Variations
Color information
#417357 (or 0x417357) is known color: Amazon. HEX triplet: 41, 73 and 57. RGB value is (65,115,87). Sum of RGB (Red+Green+Blue) = 65+115+87=267 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.34% from 267); Green value is 115 (45.31% from 255 or 43.07% from 267); Blue value is 87 (34.38% from 255 or 32.58% from 267); Max value from RGB is 115 - color contains mainly: green. Hex color #417357 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417357 is #BE8CA8. Grayscale: #606060. Windows color (decimal): -12487849 or 5731137. OLE color: 5731137.
HSL color Cylindrical-coordinate representation of color #417357: hue angle of 146.4º degrees, saturation: 0.28, 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 #417357 is Cyan = 0.43, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 65 | 115 | 87 | - |
| CMYK | 0.43 | 0 | 0.24 | 0.55 |
| HSL | 146.4º | 0.28% | 0.35% | - |
| HSV(B) | 146.4º | 0.43% | 0.45% | - |
| XYZ | 10.03 | 14.07 | 11.2 | - |
| YUV | 96.86 | 122.44 | 105.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 115 | 87 | 0.43 | 0 | 0.24 | 0.55 | 146.4 | 0.28 | 0.35 |
| Hex | 41 | 73 | 57 | 2B | 0 | 18 | 37 | 92 | 1C | 23 |
| Octal | 101 | 163 | 127 | 53 | 0 | 30 | 67 | 222 | 34 | 43 |
| Binary | 1000001 | 1110011 | 1010111 | 101011 | 0 | 11000 | 110111 | 10010010 | 11100 | 100011 |
Color Harmonies of #417357
Complementary color
Monochromatic Colors of #417357
Black with #417357
Text Example
Text Example
White with #417357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417357; }
p { color: rgb(65,115,87); }
H1.HeaderClassName
{
color: #417357;
}
.AnyTagClassName
{
color: #417357;
}
</style>
background-color css
<style>
a { background-color: #417357; }
a { background-color: rgb(65,115,87); }
div.DivClassName
{
background-color: #417357;
}
.BgClassName
{
background-color: #417357;
}
</style>
border-color css
<style>
span { border-color: #417357; }
span { border-color: rgb(65,115,87); }
td.TdClassName
{
border-color: #417357;
}
.TagClassName
{
border-color: #417357;
}
</style>