Shades of Amazon #41755D
Tints of Amazon #41755D
RGB
CMYK
RGB Variations
Color information
#41755D (or 0x41755D) is known color: Amazon. HEX triplet: 41, 75 and 5D. RGB value is (65,117,93). Sum of RGB (Red+Green+Blue) = 65+117+93=275 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.64% from 275); Green value is 117 (46.09% from 255 or 42.55% from 275); Blue value is 93 (36.72% from 255 or 33.82% from 275); Max value from RGB is 117 - color contains mainly: green. Hex color #41755D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41755D is #BE8AA2. Grayscale: #626262. Windows color (decimal): -12487331 or 6124865. OLE color: 6124865.
HSL color Cylindrical-coordinate representation of color #41755D: hue angle of 152.31º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #41755D is Cyan = 0.44, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 65 | 117 | 93 | - |
| CMYK | 0.44 | 0 | 0.21 | 0.54 |
| HSL | 152.31º | 0.29% | 0.36% | - |
| HSV(B) | 152.31º | 0.44% | 0.46% | - |
| XYZ | 10.52 | 14.64 | 12.63 | - |
| YUV | 98.72 | 124.77 | 103.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 117 | 93 | 0.44 | 0 | 0.21 | 0.54 | 152.31 | 0.29 | 0.36 |
| Hex | 41 | 75 | 5D | 2C | 0 | 15 | 36 | 98 | 1D | 24 |
| Octal | 101 | 165 | 135 | 54 | 0 | 25 | 66 | 230 | 35 | 44 |
| Binary | 1000001 | 1110101 | 1011101 | 101100 | 0 | 10101 | 110110 | 10011000 | 11101 | 100100 |
Color Harmonies of #41755D
Complementary color
Monochromatic Colors of #41755D
Black with #41755D
Text Example
Text Example
White with #41755D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41755D; }
p { color: rgb(65,117,93); }
H1.HeaderClassName
{
color: #41755D;
}
.AnyTagClassName
{
color: #41755D;
}
</style>
background-color css
<style>
a { background-color: #41755D; }
a { background-color: rgb(65,117,93); }
div.DivClassName
{
background-color: #41755D;
}
.BgClassName
{
background-color: #41755D;
}
</style>
border-color css
<style>
span { border-color: #41755D; }
span { border-color: rgb(65,117,93); }
td.TdClassName
{
border-color: #41755D;
}
.TagClassName
{
border-color: #41755D;
}
</style>