Shades of Amazon #41765E
Tints of Amazon #41765E
RGB
CMYK
RGB Variations
Color information
#41765E (or 0x41765E) is known color: Amazon. HEX triplet: 41, 76 and 5E. RGB value is (65,118,94). Sum of RGB (Red+Green+Blue) = 65+118+94=277 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.47% from 277); Green value is 118 (46.48% from 255 or 42.60% from 277); Blue value is 94 (37.11% from 255 or 33.94% from 277); Max value from RGB is 118 - color contains mainly: green. Hex color #41765E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41765E is #BE89A1. Grayscale: #636363. Windows color (decimal): -12487074 or 6190657. OLE color: 6190657.
HSL color Cylindrical-coordinate representation of color #41765E: hue angle of 152.83º 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 #41765E is Cyan = 0.45, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 65 | 118 | 94 | - |
| CMYK | 0.45 | 0 | 0.20 | 0.54 |
| HSL | 152.83º | 0.29% | 0.36% | - |
| HSV(B) | 152.83º | 0.45% | 0.46% | - |
| XYZ | 10.68 | 14.89 | 12.9 | - |
| YUV | 99.42 | 124.94 | 103.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 118 | 94 | 0.45 | 0 | 0.20 | 0.54 | 152.83 | 0.29 | 0.36 |
| Hex | 41 | 76 | 5E | 2D | 0 | 14 | 36 | 99 | 1D | 24 |
| Octal | 101 | 166 | 136 | 55 | 0 | 24 | 66 | 231 | 35 | 44 |
| Binary | 1000001 | 1110110 | 1011110 | 101101 | 0 | 10100 | 110110 | 10011001 | 11101 | 100100 |
Color Harmonies of #41765E
Complementary color
Monochromatic Colors of #41765E
Black with #41765E
Text Example
Text Example
White with #41765E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41765E; }
p { color: rgb(65,118,94); }
H1.HeaderClassName
{
color: #41765E;
}
.AnyTagClassName
{
color: #41765E;
}
</style>
background-color css
<style>
a { background-color: #41765E; }
a { background-color: rgb(65,118,94); }
div.DivClassName
{
background-color: #41765E;
}
.BgClassName
{
background-color: #41765E;
}
</style>
border-color css
<style>
span { border-color: #41765E; }
span { border-color: rgb(65,118,94); }
td.TdClassName
{
border-color: #41765E;
}
.TagClassName
{
border-color: #41765E;
}
</style>