Shades of Amazon #417351
Tints of Amazon #417351
RGB
CMYK
RGB Variations
Color information
#417351 (or 0x417351) is known color: Amazon. HEX triplet: 41, 73 and 51. RGB value is (65,115,81). Sum of RGB (Red+Green+Blue) = 65+115+81=261 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.90% from 261); Green value is 115 (45.31% from 255 or 44.06% from 261); Blue value is 81 (32.03% from 255 or 31.03% from 261); Max value from RGB is 115 - color contains mainly: green. Hex color #417351 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417351 is #BE8CAE. Grayscale: #606060. Windows color (decimal): -12487855 or 5337921. OLE color: 5337921.
HSL color Cylindrical-coordinate representation of color #417351: hue angle of 139.2º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #417351 is Cyan = 0.43, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 65 | 115 | 81 | - |
| CMYK | 0.43 | 0 | 0.30 | 0.55 |
| HSL | 139.2º | 0.28% | 0.35% | - |
| HSV(B) | 139.2º | 0.43% | 0.45% | - |
| XYZ | 9.8 | 13.98 | 9.97 | - |
| YUV | 96.17 | 119.44 | 105.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 115 | 81 | 0.43 | 0 | 0.30 | 0.55 | 139.2 | 0.28 | 0.35 |
| Hex | 41 | 73 | 51 | 2B | 0 | 1E | 37 | 8B | 1C | 23 |
| Octal | 101 | 163 | 121 | 53 | 0 | 36 | 67 | 213 | 34 | 43 |
| Binary | 1000001 | 1110011 | 1010001 | 101011 | 0 | 11110 | 110111 | 10001011 | 11100 | 100011 |
Color Harmonies of #417351
Complementary color
Monochromatic Colors of #417351
Black with #417351
Text Example
Text Example
White with #417351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417351; }
p { color: rgb(65,115,81); }
H1.HeaderClassName
{
color: #417351;
}
.AnyTagClassName
{
color: #417351;
}
</style>
background-color css
<style>
a { background-color: #417351; }
a { background-color: rgb(65,115,81); }
div.DivClassName
{
background-color: #417351;
}
.BgClassName
{
background-color: #417351;
}
</style>
border-color css
<style>
span { border-color: #417351; }
span { border-color: rgb(65,115,81); }
td.TdClassName
{
border-color: #417351;
}
.TagClassName
{
border-color: #417351;
}
</style>