Shades of Amazon #417D5C
Tints of Amazon #417D5C
RGB
CMYK
RGB Variations
Color information
#417D5C (or 0x417D5C) is known color: Amazon. HEX triplet: 41, 7D and 5C. RGB value is (65,125,92). Sum of RGB (Red+Green+Blue) = 65+125+92=282 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.05% from 282); Green value is 125 (49.22% from 255 or 44.33% from 282); Blue value is 92 (36.33% from 255 or 32.62% from 282); Max value from RGB is 125 - color contains mainly: green. Hex color #417D5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417D5C is #BE82A3. Grayscale: #676767. Windows color (decimal): -12485284 or 6061377. OLE color: 6061377.
HSL color Cylindrical-coordinate representation of color #417D5C: hue angle of 147º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #417D5C is Cyan = 0.48, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 65 | 125 | 92 | - |
| CMYK | 0.48 | 0 | 0.26 | 0.51 |
| HSL | 147º | 0.32% | 0.37% | - |
| HSV(B) | 147º | 0.48% | 0.49% | - |
| XYZ | 11.45 | 16.56 | 12.72 | - |
| YUV | 103.3 | 121.62 | 100.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 125 | 92 | 0.48 | 0 | 0.26 | 0.51 | 147 | 0.32 | 0.37 |
| Hex | 41 | 7D | 5C | 30 | 0 | 1A | 33 | 93 | 20 | 25 |
| Octal | 101 | 175 | 134 | 60 | 0 | 32 | 63 | 223 | 40 | 45 |
| Binary | 1000001 | 1111101 | 1011100 | 110000 | 0 | 11010 | 110011 | 10010011 | 100000 | 100101 |
Color Harmonies of #417D5C
Complementary color
Monochromatic Colors of #417D5C
Black with #417D5C
Text Example
Text Example
White with #417D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417D5C; }
p { color: rgb(65,125,92); }
H1.HeaderClassName
{
color: #417D5C;
}
.AnyTagClassName
{
color: #417D5C;
}
</style>
background-color css
<style>
a { background-color: #417D5C; }
a { background-color: rgb(65,125,92); }
div.DivClassName
{
background-color: #417D5C;
}
.BgClassName
{
background-color: #417D5C;
}
</style>
border-color css
<style>
span { border-color: #417D5C; }
span { border-color: rgb(65,125,92); }
td.TdClassName
{
border-color: #417D5C;
}
.TagClassName
{
border-color: #417D5C;
}
</style>