Shades of Amazon #417851
Tints of Amazon #417851
RGB
CMYK
RGB Variations
Color information
#417851 (or 0x417851) is known color: Amazon. HEX triplet: 41, 78 and 51. RGB value is (65,120,81). Sum of RGB (Red+Green+Blue) = 65+120+81=266 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.44% from 266); Green value is 120 (47.27% from 255 or 45.11% from 266); Blue value is 81 (32.03% from 255 or 30.45% from 266); Max value from RGB is 120 - color contains mainly: green. Hex color #417851 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417851 is #BE87AE. Grayscale: #636363. Windows color (decimal): -12486575 or 5339201. OLE color: 5339201.
HSL color Cylindrical-coordinate representation of color #417851: hue angle of 137.45º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #417851 is Cyan = 0.46, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 65 | 120 | 81 | - |
| CMYK | 0.46 | 0 | 0.32 | 0.53 |
| HSL | 137.45º | 0.3% | 0.36% | - |
| HSV(B) | 137.45º | 0.46% | 0.47% | - |
| XYZ | 10.38 | 15.15 | 10.16 | - |
| YUV | 99.11 | 117.78 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 120 | 81 | 0.46 | 0 | 0.32 | 0.53 | 137.45 | 0.3 | 0.36 |
| Hex | 41 | 78 | 51 | 2E | 0 | 20 | 35 | 89 | 1E | 24 |
| Octal | 101 | 170 | 121 | 56 | 0 | 40 | 65 | 211 | 36 | 44 |
| Binary | 1000001 | 1111000 | 1010001 | 101110 | 0 | 100000 | 110101 | 10001001 | 11110 | 100100 |
Color Harmonies of #417851
Complementary color
Monochromatic Colors of #417851
Black with #417851
Text Example
Text Example
White with #417851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417851; }
p { color: rgb(65,120,81); }
H1.HeaderClassName
{
color: #417851;
}
.AnyTagClassName
{
color: #417851;
}
</style>
background-color css
<style>
a { background-color: #417851; }
a { background-color: rgb(65,120,81); }
div.DivClassName
{
background-color: #417851;
}
.BgClassName
{
background-color: #417851;
}
</style>
border-color css
<style>
span { border-color: #417851; }
span { border-color: rgb(65,120,81); }
td.TdClassName
{
border-color: #417851;
}
.TagClassName
{
border-color: #417851;
}
</style>