Shades of Amazon #41715A
Tints of Amazon #41715A
RGB
CMYK
RGB Variations
Color information
#41715A (or 0x41715A) is known color: Amazon. HEX triplet: 41, 71 and 5A. RGB value is (65,113,90). Sum of RGB (Red+Green+Blue) = 65+113+90=268 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.25% from 268); Green value is 113 (44.53% from 255 or 42.16% from 268); Blue value is 90 (35.55% from 255 or 33.58% from 268); Max value from RGB is 113 - color contains mainly: green. Hex color #41715A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41715A is #BE8EA5. Grayscale: #606060. Windows color (decimal): -12488358 or 5927233. OLE color: 5927233.
HSL color Cylindrical-coordinate representation of color #41715A: hue angle of 151.25º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #41715A is Cyan = 0.42, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 65 | 113 | 90 | - |
| CMYK | 0.42 | 0 | 0.20 | 0.56 |
| HSL | 151.25º | 0.27% | 0.35% | - |
| HSV(B) | 151.25º | 0.42% | 0.44% | - |
| XYZ | 9.93 | 13.67 | 11.79 | - |
| YUV | 96.03 | 124.6 | 105.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 113 | 90 | 0.42 | 0 | 0.20 | 0.56 | 151.25 | 0.27 | 0.35 |
| Hex | 41 | 71 | 5A | 2A | 0 | 14 | 38 | 97 | 1B | 23 |
| Octal | 101 | 161 | 132 | 52 | 0 | 24 | 70 | 227 | 33 | 43 |
| Binary | 1000001 | 1110001 | 1011010 | 101010 | 0 | 10100 | 111000 | 10010111 | 11011 | 100011 |
Color Harmonies of #41715A
Complementary color
Monochromatic Colors of #41715A
Black with #41715A
Text Example
Text Example
White with #41715A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41715A; }
p { color: rgb(65,113,90); }
H1.HeaderClassName
{
color: #41715A;
}
.AnyTagClassName
{
color: #41715A;
}
</style>
background-color css
<style>
a { background-color: #41715A; }
a { background-color: rgb(65,113,90); }
div.DivClassName
{
background-color: #41715A;
}
.BgClassName
{
background-color: #41715A;
}
</style>
border-color css
<style>
span { border-color: #41715A; }
span { border-color: rgb(65,113,90); }
td.TdClassName
{
border-color: #41715A;
}
.TagClassName
{
border-color: #41715A;
}
</style>