Shades of Amazon #41895F
Tints of Amazon #41895F
RGB
CMYK
RGB Variations
Color information
#41895F (or 0x41895F) is known color: Amazon. HEX triplet: 41, 89 and 5F. RGB value is (65,137,95). Sum of RGB (Red+Green+Blue) = 65+137+95=297 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.89% from 297); Green value is 137 (53.91% from 255 or 46.13% from 297); Blue value is 95 (37.5% from 255 or 31.99% from 297); Max value from RGB is 137 - color contains mainly: green. Hex color #41895F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41895F is #BE76A0. Grayscale: #6E6E6E. Windows color (decimal): -12482209 or 6261057. OLE color: 6261057.
HSL color Cylindrical-coordinate representation of color #41895F: hue angle of 145º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #41895F is Cyan = 0.53, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 65 | 137 | 95 | - |
| CMYK | 0.53 | 0 | 0.31 | 0.46 |
| HSL | 145º | 0.36% | 0.4% | - |
| HSV(B) | 145º | 0.53% | 0.54% | - |
| XYZ | 13.19 | 19.84 | 13.96 | - |
| YUV | 110.68 | 119.15 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 137 | 95 | 0.53 | 0 | 0.31 | 0.46 | 145 | 0.36 | 0.4 |
| Hex | 41 | 89 | 5F | 35 | 0 | 1F | 2E | 91 | 24 | 28 |
| Octal | 101 | 211 | 137 | 65 | 0 | 37 | 56 | 221 | 44 | 50 |
| Binary | 1000001 | 10001001 | 1011111 | 110101 | 0 | 11111 | 101110 | 10010001 | 100100 | 101000 |
Color Harmonies of #41895F
Complementary color
Monochromatic Colors of #41895F
Black with #41895F
Text Example
Text Example
White with #41895F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41895F; }
p { color: rgb(65,137,95); }
H1.HeaderClassName
{
color: #41895F;
}
.AnyTagClassName
{
color: #41895F;
}
</style>
background-color css
<style>
a { background-color: #41895F; }
a { background-color: rgb(65,137,95); }
div.DivClassName
{
background-color: #41895F;
}
.BgClassName
{
background-color: #41895F;
}
</style>
border-color css
<style>
span { border-color: #41895F; }
span { border-color: rgb(65,137,95); }
td.TdClassName
{
border-color: #41895F;
}
.TagClassName
{
border-color: #41895F;
}
</style>