Shades of Amazon #417E5B
Tints of Amazon #417E5B
RGB
CMYK
RGB Variations
Color information
#417E5B (or 0x417E5B) is known color: Amazon. HEX triplet: 41, 7E and 5B. RGB value is (65,126,91). Sum of RGB (Red+Green+Blue) = 65+126+91=282 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.05% from 282); Green value is 126 (49.61% from 255 or 44.68% from 282); Blue value is 91 (35.94% from 255 or 32.27% from 282); Max value from RGB is 126 - color contains mainly: green. Hex color #417E5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417E5B is #BE81A4. Grayscale: #676767. Windows color (decimal): -12485029 or 5996097. OLE color: 5996097.
HSL color Cylindrical-coordinate representation of color #417E5B: hue angle of 145.57º 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 #417E5B is Cyan = 0.48, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 65 | 126 | 91 | - |
| CMYK | 0.48 | 0 | 0.28 | 0.51 |
| HSL | 145.57º | 0.32% | 0.37% | - |
| HSV(B) | 145.57º | 0.48% | 0.49% | - |
| XYZ | 11.53 | 16.8 | 12.53 | - |
| YUV | 103.77 | 120.79 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 126 | 91 | 0.48 | 0 | 0.28 | 0.51 | 145.57 | 0.32 | 0.37 |
| Hex | 41 | 7E | 5B | 30 | 0 | 1C | 33 | 92 | 20 | 25 |
| Octal | 101 | 176 | 133 | 60 | 0 | 34 | 63 | 222 | 40 | 45 |
| Binary | 1000001 | 1111110 | 1011011 | 110000 | 0 | 11100 | 110011 | 10010010 | 100000 | 100101 |
Color Harmonies of #417E5B
Complementary color
Monochromatic Colors of #417E5B
Black with #417E5B
Text Example
Text Example
White with #417E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417E5B; }
p { color: rgb(65,126,91); }
H1.HeaderClassName
{
color: #417E5B;
}
.AnyTagClassName
{
color: #417E5B;
}
</style>
background-color css
<style>
a { background-color: #417E5B; }
a { background-color: rgb(65,126,91); }
div.DivClassName
{
background-color: #417E5B;
}
.BgClassName
{
background-color: #417E5B;
}
</style>
border-color css
<style>
span { border-color: #417E5B; }
span { border-color: rgb(65,126,91); }
td.TdClassName
{
border-color: #417E5B;
}
.TagClassName
{
border-color: #417E5B;
}
</style>