Shades of Amazon #417A55
Tints of Amazon #417A55
RGB
CMYK
RGB Variations
Color information
#417A55 (or 0x417A55) is known color: Amazon. HEX triplet: 41, 7A and 55. RGB value is (65,122,85). Sum of RGB (Red+Green+Blue) = 65+122+85=272 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.90% from 272); Green value is 122 (48.05% from 255 or 44.85% from 272); Blue value is 85 (33.59% from 255 or 31.25% from 272); Max value from RGB is 122 - color contains mainly: green. Hex color #417A55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417A55 is #BE85AA. Grayscale: #646464. Windows color (decimal): -12486059 or 5601857. OLE color: 5601857.
HSL color Cylindrical-coordinate representation of color #417A55: hue angle of 141.05º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #417A55 is Cyan = 0.47, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 65 | 122 | 85 | - |
| CMYK | 0.47 | 0 | 0.30 | 0.52 |
| HSL | 141.05º | 0.3% | 0.37% | - |
| HSV(B) | 141.05º | 0.47% | 0.48% | - |
| XYZ | 10.78 | 15.7 | 11.06 | - |
| YUV | 100.74 | 119.12 | 102.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 122 | 85 | 0.47 | 0 | 0.30 | 0.52 | 141.05 | 0.3 | 0.37 |
| Hex | 41 | 7A | 55 | 2F | 0 | 1E | 34 | 8D | 1E | 25 |
| Octal | 101 | 172 | 125 | 57 | 0 | 36 | 64 | 215 | 36 | 45 |
| Binary | 1000001 | 1111010 | 1010101 | 101111 | 0 | 11110 | 110100 | 10001101 | 11110 | 100101 |
Color Harmonies of #417A55
Complementary color
Monochromatic Colors of #417A55
Black with #417A55
Text Example
Text Example
White with #417A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417A55; }
p { color: rgb(65,122,85); }
H1.HeaderClassName
{
color: #417A55;
}
.AnyTagClassName
{
color: #417A55;
}
</style>
background-color css
<style>
a { background-color: #417A55; }
a { background-color: rgb(65,122,85); }
div.DivClassName
{
background-color: #417A55;
}
.BgClassName
{
background-color: #417A55;
}
</style>
border-color css
<style>
span { border-color: #417A55; }
span { border-color: rgb(65,122,85); }
td.TdClassName
{
border-color: #417A55;
}
.TagClassName
{
border-color: #417A55;
}
</style>