Shades of Amazon #417553
Tints of Amazon #417553
RGB
CMYK
RGB Variations
Color information
#417553 (or 0x417553) is known color: Amazon. HEX triplet: 41, 75 and 53. RGB value is (65,117,83). Sum of RGB (Red+Green+Blue) = 65+117+83=265 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.53% from 265); Green value is 117 (46.09% from 255 or 44.15% from 265); Blue value is 83 (32.81% from 255 or 31.32% from 265); Max value from RGB is 117 - color contains mainly: green. Hex color #417553 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417553 is #BE8AAC. Grayscale: #616161. Windows color (decimal): -12487341 or 5469505. OLE color: 5469505.
HSL color Cylindrical-coordinate representation of color #417553: hue angle of 140.77º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #417553 is Cyan = 0.44, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 65 | 117 | 83 | - |
| CMYK | 0.44 | 0 | 0.29 | 0.54 |
| HSL | 140.77º | 0.29% | 0.36% | - |
| HSV(B) | 140.77º | 0.44% | 0.46% | - |
| XYZ | 10.1 | 14.47 | 10.44 | - |
| YUV | 97.58 | 119.77 | 104.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 117 | 83 | 0.44 | 0 | 0.29 | 0.54 | 140.77 | 0.29 | 0.36 |
| Hex | 41 | 75 | 53 | 2C | 0 | 1D | 36 | 8D | 1D | 24 |
| Octal | 101 | 165 | 123 | 54 | 0 | 35 | 66 | 215 | 35 | 44 |
| Binary | 1000001 | 1110101 | 1010011 | 101100 | 0 | 11101 | 110110 | 10001101 | 11101 | 100100 |
Color Harmonies of #417553
Complementary color
Monochromatic Colors of #417553
Black with #417553
Text Example
Text Example
White with #417553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417553; }
p { color: rgb(65,117,83); }
H1.HeaderClassName
{
color: #417553;
}
.AnyTagClassName
{
color: #417553;
}
</style>
background-color css
<style>
a { background-color: #417553; }
a { background-color: rgb(65,117,83); }
div.DivClassName
{
background-color: #417553;
}
.BgClassName
{
background-color: #417553;
}
</style>
border-color css
<style>
span { border-color: #417553; }
span { border-color: rgb(65,117,83); }
td.TdClassName
{
border-color: #417553;
}
.TagClassName
{
border-color: #417553;
}
</style>