Shades of Amazon #41755F
Tints of Amazon #41755F
RGB
CMYK
RGB Variations
Color information
#41755F (or 0x41755F) is known color: Amazon. HEX triplet: 41, 75 and 5F. RGB value is (65,117,95). Sum of RGB (Red+Green+Blue) = 65+117+95=277 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.47% from 277); Green value is 117 (46.09% from 255 or 42.24% from 277); Blue value is 95 (37.5% from 255 or 34.30% from 277); Max value from RGB is 117 - color contains mainly: green. Hex color #41755F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41755F is #BE8AA0. Grayscale: #626262. Windows color (decimal): -12487329 or 6255937. OLE color: 6255937.
HSL color Cylindrical-coordinate representation of color #41755F: hue angle of 154.62º 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 #41755F is Cyan = 0.44, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 65 | 117 | 95 | - |
| CMYK | 0.44 | 0 | 0.19 | 0.54 |
| HSL | 154.62º | 0.29% | 0.36% | - |
| HSV(B) | 154.62º | 0.44% | 0.46% | - |
| XYZ | 10.61 | 14.67 | 13.1 | - |
| YUV | 98.94 | 125.77 | 103.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 117 | 95 | 0.44 | 0 | 0.19 | 0.54 | 154.62 | 0.29 | 0.36 |
| Hex | 41 | 75 | 5F | 2C | 0 | 13 | 36 | 9B | 1D | 24 |
| Octal | 101 | 165 | 137 | 54 | 0 | 23 | 66 | 233 | 35 | 44 |
| Binary | 1000001 | 1110101 | 1011111 | 101100 | 0 | 10011 | 110110 | 10011011 | 11101 | 100100 |
Color Harmonies of #41755F
Complementary color
Monochromatic Colors of #41755F
Black with #41755F
Text Example
Text Example
White with #41755F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41755F; }
p { color: rgb(65,117,95); }
H1.HeaderClassName
{
color: #41755F;
}
.AnyTagClassName
{
color: #41755F;
}
</style>
background-color css
<style>
a { background-color: #41755F; }
a { background-color: rgb(65,117,95); }
div.DivClassName
{
background-color: #41755F;
}
.BgClassName
{
background-color: #41755F;
}
</style>
border-color css
<style>
span { border-color: #41755F; }
span { border-color: rgb(65,117,95); }
td.TdClassName
{
border-color: #41755F;
}
.TagClassName
{
border-color: #41755F;
}
</style>