Shades of Amazon #41855F
Tints of Amazon #41855F
RGB
CMYK
RGB Variations
Color information
#41855F (or 0x41855F) is known color: Amazon. HEX triplet: 41, 85 and 5F. RGB value is (65,133,95). Sum of RGB (Red+Green+Blue) = 65+133+95=293 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.18% from 293); Green value is 133 (52.34% from 255 or 45.39% from 293); Blue value is 95 (37.5% from 255 or 32.42% from 293); Max value from RGB is 133 - color contains mainly: green. Hex color #41855F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41855F is #BE7AA0. Grayscale: #6C6C6C. Windows color (decimal): -12483233 or 6260033. OLE color: 6260033.
HSL color Cylindrical-coordinate representation of color #41855F: hue angle of 146.47º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #41855F is Cyan = 0.51, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 65 | 133 | 95 | - |
| CMYK | 0.51 | 0 | 0.29 | 0.48 |
| HSL | 146.47º | 0.34% | 0.39% | - |
| HSV(B) | 146.47º | 0.51% | 0.52% | - |
| XYZ | 12.63 | 18.73 | 13.77 | - |
| YUV | 108.34 | 120.47 | 97.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 133 | 95 | 0.51 | 0 | 0.29 | 0.48 | 146.47 | 0.34 | 0.39 |
| Hex | 41 | 85 | 5F | 33 | 0 | 1D | 30 | 92 | 22 | 27 |
| Octal | 101 | 205 | 137 | 63 | 0 | 35 | 60 | 222 | 42 | 47 |
| Binary | 1000001 | 10000101 | 1011111 | 110011 | 0 | 11101 | 110000 | 10010010 | 100010 | 100111 |
Color Harmonies of #41855F
Complementary color
Monochromatic Colors of #41855F
Black with #41855F
Text Example
Text Example
White with #41855F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41855F; }
p { color: rgb(65,133,95); }
H1.HeaderClassName
{
color: #41855F;
}
.AnyTagClassName
{
color: #41855F;
}
</style>
background-color css
<style>
a { background-color: #41855F; }
a { background-color: rgb(65,133,95); }
div.DivClassName
{
background-color: #41855F;
}
.BgClassName
{
background-color: #41855F;
}
</style>
border-color css
<style>
span { border-color: #41855F; }
span { border-color: rgb(65,133,95); }
td.TdClassName
{
border-color: #41855F;
}
.TagClassName
{
border-color: #41855F;
}
</style>