Shades of Amazon #417F5A
Tints of Amazon #417F5A
RGB
CMYK
RGB Variations
Color information
#417F5A (or 0x417F5A) is known color: Amazon. HEX triplet: 41, 7F and 5A. RGB value is (65,127,90). Sum of RGB (Red+Green+Blue) = 65+127+90=282 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.05% from 282); Green value is 127 (50% from 255 or 45.04% from 282); Blue value is 90 (35.55% from 255 or 31.91% from 282); Max value from RGB is 127 - color contains mainly: green. Hex color #417F5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417F5A is #BE80A5. Grayscale: #686868. Windows color (decimal): -12484774 or 5930817. OLE color: 5930817.
HSL color Cylindrical-coordinate representation of color #417F5A: hue angle of 144.19º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #417F5A is Cyan = 0.49, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 65 | 127 | 90 | - |
| CMYK | 0.49 | 0 | 0.29 | 0.50 |
| HSL | 144.19º | 0.32% | 0.38% | - |
| HSV(B) | 144.19º | 0.49% | 0.5% | - |
| XYZ | 11.61 | 17.04 | 12.35 | - |
| YUV | 104.24 | 119.96 | 100.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 127 | 90 | 0.49 | 0 | 0.29 | 0.50 | 144.19 | 0.32 | 0.38 |
| Hex | 41 | 7F | 5A | 31 | 0 | 1D | 32 | 90 | 20 | 26 |
| Octal | 101 | 177 | 132 | 61 | 0 | 35 | 62 | 220 | 40 | 46 |
| Binary | 1000001 | 1111111 | 1011010 | 110001 | 0 | 11101 | 110010 | 10010000 | 100000 | 100110 |
Color Harmonies of #417F5A
Complementary color
Monochromatic Colors of #417F5A
Black with #417F5A
Text Example
Text Example
White with #417F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417F5A; }
p { color: rgb(65,127,90); }
H1.HeaderClassName
{
color: #417F5A;
}
.AnyTagClassName
{
color: #417F5A;
}
</style>
background-color css
<style>
a { background-color: #417F5A; }
a { background-color: rgb(65,127,90); }
div.DivClassName
{
background-color: #417F5A;
}
.BgClassName
{
background-color: #417F5A;
}
</style>
border-color css
<style>
span { border-color: #417F5A; }
span { border-color: rgb(65,127,90); }
td.TdClassName
{
border-color: #417F5A;
}
.TagClassName
{
border-color: #417F5A;
}
</style>