Shades of Amazon #417D5E
Tints of Amazon #417D5E
RGB
CMYK
RGB Variations
Color information
#417D5E (or 0x417D5E) is known color: Amazon. HEX triplet: 41, 7D and 5E. RGB value is (65,125,94). Sum of RGB (Red+Green+Blue) = 65+125+94=284 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.89% from 284); Green value is 125 (49.22% from 255 or 44.01% from 284); Blue value is 94 (37.11% from 255 or 33.10% from 284); Max value from RGB is 125 - color contains mainly: green. Hex color #417D5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417D5E is #BE82A1. Grayscale: #676767. Windows color (decimal): -12485282 or 6192449. OLE color: 6192449.
HSL color Cylindrical-coordinate representation of color #417D5E: hue angle of 149º 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 #417D5E is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 65 | 125 | 94 | - |
| CMYK | 0.48 | 0 | 0.25 | 0.51 |
| HSL | 149º | 0.32% | 0.37% | - |
| HSV(B) | 149º | 0.48% | 0.49% | - |
| XYZ | 11.53 | 16.6 | 13.19 | - |
| YUV | 103.53 | 122.62 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 125 | 94 | 0.48 | 0 | 0.25 | 0.51 | 149 | 0.32 | 0.37 |
| Hex | 41 | 7D | 5E | 30 | 0 | 19 | 33 | 95 | 20 | 25 |
| Octal | 101 | 175 | 136 | 60 | 0 | 31 | 63 | 225 | 40 | 45 |
| Binary | 1000001 | 1111101 | 1011110 | 110000 | 0 | 11001 | 110011 | 10010101 | 100000 | 100101 |
Color Harmonies of #417D5E
Complementary color
Monochromatic Colors of #417D5E
Black with #417D5E
Text Example
Text Example
White with #417D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417D5E; }
p { color: rgb(65,125,94); }
H1.HeaderClassName
{
color: #417D5E;
}
.AnyTagClassName
{
color: #417D5E;
}
</style>
background-color css
<style>
a { background-color: #417D5E; }
a { background-color: rgb(65,125,94); }
div.DivClassName
{
background-color: #417D5E;
}
.BgClassName
{
background-color: #417D5E;
}
</style>
border-color css
<style>
span { border-color: #417D5E; }
span { border-color: rgb(65,125,94); }
td.TdClassName
{
border-color: #417D5E;
}
.TagClassName
{
border-color: #417D5E;
}
</style>