Shades of Amazon #417D5A
Tints of Amazon #417D5A
RGB
CMYK
RGB Variations
Color information
#417D5A (or 0x417D5A) is known color: Amazon. HEX triplet: 41, 7D and 5A. RGB value is (65,125,90). Sum of RGB (Red+Green+Blue) = 65+125+90=280 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.21% from 280); Green value is 125 (49.22% from 255 or 44.64% from 280); Blue value is 90 (35.55% from 255 or 32.14% from 280); Max value from RGB is 125 - color contains mainly: green. Hex color #417D5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417D5A is #BE82A5. Grayscale: #676767. Windows color (decimal): -12485286 or 5930305. OLE color: 5930305.
HSL color Cylindrical-coordinate representation of color #417D5A: hue angle of 145º 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 #417D5A is Cyan = 0.48, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 65 | 125 | 90 | - |
| CMYK | 0.48 | 0 | 0.28 | 0.51 |
| HSL | 145º | 0.32% | 0.37% | - |
| HSV(B) | 145º | 0.48% | 0.49% | - |
| XYZ | 11.36 | 16.53 | 12.26 | - |
| YUV | 103.07 | 120.62 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 125 | 90 | 0.48 | 0 | 0.28 | 0.51 | 145 | 0.32 | 0.37 |
| Hex | 41 | 7D | 5A | 30 | 0 | 1C | 33 | 91 | 20 | 25 |
| Octal | 101 | 175 | 132 | 60 | 0 | 34 | 63 | 221 | 40 | 45 |
| Binary | 1000001 | 1111101 | 1011010 | 110000 | 0 | 11100 | 110011 | 10010001 | 100000 | 100101 |
Color Harmonies of #417D5A
Complementary color
Monochromatic Colors of #417D5A
Black with #417D5A
Text Example
Text Example
White with #417D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417D5A; }
p { color: rgb(65,125,90); }
H1.HeaderClassName
{
color: #417D5A;
}
.AnyTagClassName
{
color: #417D5A;
}
</style>
background-color css
<style>
a { background-color: #417D5A; }
a { background-color: rgb(65,125,90); }
div.DivClassName
{
background-color: #417D5A;
}
.BgClassName
{
background-color: #417D5A;
}
</style>
border-color css
<style>
span { border-color: #417D5A; }
span { border-color: rgb(65,125,90); }
td.TdClassName
{
border-color: #417D5A;
}
.TagClassName
{
border-color: #417D5A;
}
</style>