Shades of Amazon #41875F
Tints of Amazon #41875F
RGB
CMYK
RGB Variations
Color information
#41875F (or 0x41875F) is known color: Amazon. HEX triplet: 41, 87 and 5F. RGB value is (65,135,95). Sum of RGB (Red+Green+Blue) = 65+135+95=295 (39% of max value = 765). Red value is 65 (25.78% from 255 or 22.03% from 295); Green value is 135 (53.12% from 255 or 45.76% from 295); Blue value is 95 (37.5% from 255 or 32.20% from 295); Max value from RGB is 135 - color contains mainly: green. Hex color #41875F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41875F is #BE78A0. Grayscale: #6D6D6D. Windows color (decimal): -12482721 or 6260545. OLE color: 6260545.
HSL color Cylindrical-coordinate representation of color #41875F: hue angle of 145.71º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #41875F is Cyan = 0.52, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 65 | 135 | 95 | - |
| CMYK | 0.52 | 0 | 0.30 | 0.47 |
| HSL | 145.71º | 0.35% | 0.39% | - |
| HSV(B) | 145.71º | 0.52% | 0.53% | - |
| XYZ | 12.91 | 19.28 | 13.87 | - |
| YUV | 109.51 | 119.81 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 135 | 95 | 0.52 | 0 | 0.30 | 0.47 | 145.71 | 0.35 | 0.39 |
| Hex | 41 | 87 | 5F | 34 | 0 | 1E | 2F | 92 | 23 | 27 |
| Octal | 101 | 207 | 137 | 64 | 0 | 36 | 57 | 222 | 43 | 47 |
| Binary | 1000001 | 10000111 | 1011111 | 110100 | 0 | 11110 | 101111 | 10010010 | 100011 | 100111 |
Color Harmonies of #41875F
Complementary color
Monochromatic Colors of #41875F
Black with #41875F
Text Example
Text Example
White with #41875F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41875F; }
p { color: rgb(65,135,95); }
H1.HeaderClassName
{
color: #41875F;
}
.AnyTagClassName
{
color: #41875F;
}
</style>
background-color css
<style>
a { background-color: #41875F; }
a { background-color: rgb(65,135,95); }
div.DivClassName
{
background-color: #41875F;
}
.BgClassName
{
background-color: #41875F;
}
</style>
border-color css
<style>
span { border-color: #41875F; }
span { border-color: rgb(65,135,95); }
td.TdClassName
{
border-color: #41875F;
}
.TagClassName
{
border-color: #41875F;
}
</style>