Shades of Amazon #417A5A
Tints of Amazon #417A5A
RGB
CMYK
RGB Variations
Color information
#417A5A (or 0x417A5A) is known color: Amazon. HEX triplet: 41, 7A and 5A. RGB value is (65,122,90). Sum of RGB (Red+Green+Blue) = 65+122+90=277 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.47% from 277); Green value is 122 (48.05% from 255 or 44.04% from 277); Blue value is 90 (35.55% from 255 or 32.49% from 277); Max value from RGB is 122 - color contains mainly: green. Hex color #417A5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417A5A is #BE85A5. Grayscale: #656565. Windows color (decimal): -12486054 or 5929537. OLE color: 5929537.
HSL color Cylindrical-coordinate representation of color #417A5A: hue angle of 146.32º 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 #417A5A is Cyan = 0.47, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 65 | 122 | 90 | - |
| CMYK | 0.47 | 0 | 0.26 | 0.52 |
| HSL | 146.32º | 0.3% | 0.37% | - |
| HSV(B) | 146.32º | 0.47% | 0.48% | - |
| XYZ | 10.98 | 15.78 | 12.14 | - |
| YUV | 101.31 | 121.62 | 102.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 122 | 90 | 0.47 | 0 | 0.26 | 0.52 | 146.32 | 0.3 | 0.37 |
| Hex | 41 | 7A | 5A | 2F | 0 | 1A | 34 | 92 | 1E | 25 |
| Octal | 101 | 172 | 132 | 57 | 0 | 32 | 64 | 222 | 36 | 45 |
| Binary | 1000001 | 1111010 | 1011010 | 101111 | 0 | 11010 | 110100 | 10010010 | 11110 | 100101 |
Color Harmonies of #417A5A
Complementary color
Monochromatic Colors of #417A5A
Black with #417A5A
Text Example
Text Example
White with #417A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417A5A; }
p { color: rgb(65,122,90); }
H1.HeaderClassName
{
color: #417A5A;
}
.AnyTagClassName
{
color: #417A5A;
}
</style>
background-color css
<style>
a { background-color: #417A5A; }
a { background-color: rgb(65,122,90); }
div.DivClassName
{
background-color: #417A5A;
}
.BgClassName
{
background-color: #417A5A;
}
</style>
border-color css
<style>
span { border-color: #417A5A; }
span { border-color: rgb(65,122,90); }
td.TdClassName
{
border-color: #417A5A;
}
.TagClassName
{
border-color: #417A5A;
}
</style>