Shades of Amazon #417651
Tints of Amazon #417651
RGB
CMYK
RGB Variations
Color information
#417651 (or 0x417651) is known color: Amazon. HEX triplet: 41, 76 and 51. RGB value is (65,118,81). Sum of RGB (Red+Green+Blue) = 65+118+81=264 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.62% from 264); Green value is 118 (46.48% from 255 or 44.70% from 264); Blue value is 81 (32.03% from 255 or 30.68% from 264); Max value from RGB is 118 - color contains mainly: green. Hex color #417651 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417651 is #BE89AE. Grayscale: #626262. Windows color (decimal): -12487087 or 5338689. OLE color: 5338689.
HSL color Cylindrical-coordinate representation of color #417651: hue angle of 138.11º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #417651 is Cyan = 0.45, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 65 | 118 | 81 | - |
| CMYK | 0.45 | 0 | 0.31 | 0.54 |
| HSL | 138.11º | 0.29% | 0.36% | - |
| HSV(B) | 138.11º | 0.45% | 0.46% | - |
| XYZ | 10.14 | 14.67 | 10.08 | - |
| YUV | 97.94 | 118.44 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 118 | 81 | 0.45 | 0 | 0.31 | 0.54 | 138.11 | 0.29 | 0.36 |
| Hex | 41 | 76 | 51 | 2D | 0 | 1F | 36 | 8A | 1D | 24 |
| Octal | 101 | 166 | 121 | 55 | 0 | 37 | 66 | 212 | 35 | 44 |
| Binary | 1000001 | 1110110 | 1010001 | 101101 | 0 | 11111 | 110110 | 10001010 | 11101 | 100100 |
Color Harmonies of #417651
Complementary color
Monochromatic Colors of #417651
Black with #417651
Text Example
Text Example
White with #417651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417651; }
p { color: rgb(65,118,81); }
H1.HeaderClassName
{
color: #417651;
}
.AnyTagClassName
{
color: #417651;
}
</style>
background-color css
<style>
a { background-color: #417651; }
a { background-color: rgb(65,118,81); }
div.DivClassName
{
background-color: #417651;
}
.BgClassName
{
background-color: #417651;
}
</style>
border-color css
<style>
span { border-color: #417651; }
span { border-color: rgb(65,118,81); }
td.TdClassName
{
border-color: #417651;
}
.TagClassName
{
border-color: #417651;
}
</style>