Shades of Amazon #417D59
Tints of Amazon #417D59
RGB
CMYK
RGB Variations
Color information
#417D59 (or 0x417D59) is known color: Amazon. HEX triplet: 41, 7D and 59. RGB value is (65,125,89). Sum of RGB (Red+Green+Blue) = 65+125+89=279 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.30% from 279); Green value is 125 (49.22% from 255 or 44.80% from 279); Blue value is 89 (35.16% from 255 or 31.90% from 279); Max value from RGB is 125 - color contains mainly: green. Hex color #417D59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417D59 is #BE82A6. Grayscale: #676767. Windows color (decimal): -12485287 or 5864769. OLE color: 5864769.
HSL color Cylindrical-coordinate representation of color #417D59: hue angle of 144º 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 #417D59 is Cyan = 0.48, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 65 | 125 | 89 | - |
| CMYK | 0.48 | 0 | 0.29 | 0.51 |
| HSL | 144º | 0.32% | 0.37% | - |
| HSV(B) | 144º | 0.48% | 0.49% | - |
| XYZ | 11.32 | 16.51 | 12.04 | - |
| YUV | 102.96 | 120.12 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 125 | 89 | 0.48 | 0 | 0.29 | 0.51 | 144 | 0.32 | 0.37 |
| Hex | 41 | 7D | 59 | 30 | 0 | 1D | 33 | 90 | 20 | 25 |
| Octal | 101 | 175 | 131 | 60 | 0 | 35 | 63 | 220 | 40 | 45 |
| Binary | 1000001 | 1111101 | 1011001 | 110000 | 0 | 11101 | 110011 | 10010000 | 100000 | 100101 |
Color Harmonies of #417D59
Complementary color
Monochromatic Colors of #417D59
Black with #417D59
Text Example
Text Example
White with #417D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417D59; }
p { color: rgb(65,125,89); }
H1.HeaderClassName
{
color: #417D59;
}
.AnyTagClassName
{
color: #417D59;
}
</style>
background-color css
<style>
a { background-color: #417D59; }
a { background-color: rgb(65,125,89); }
div.DivClassName
{
background-color: #417D59;
}
.BgClassName
{
background-color: #417D59;
}
</style>
border-color css
<style>
span { border-color: #417D59; }
span { border-color: rgb(65,125,89); }
td.TdClassName
{
border-color: #417D59;
}
.TagClassName
{
border-color: #417D59;
}
</style>