Shades of Amazon #41885B
Tints of Amazon #41885B
RGB
CMYK
RGB Variations
Color information
#41885B (or 0x41885B) is known color: Amazon. HEX triplet: 41, 88 and 5B. RGB value is (65,136,91). Sum of RGB (Red+Green+Blue) = 65+136+91=292 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.26% from 292); Green value is 136 (53.52% from 255 or 46.58% from 292); Blue value is 91 (35.94% from 255 or 31.16% from 292); Max value from RGB is 136 - color contains mainly: green. Hex color #41885B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41885B is #BE77A4. Grayscale: #6D6D6D. Windows color (decimal): -12482469 or 5998657. OLE color: 5998657.
HSL color Cylindrical-coordinate representation of color #41885B: hue angle of 141.97º 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 #41885B is Cyan = 0.52, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 65 | 136 | 91 | - |
| CMYK | 0.52 | 0 | 0.33 | 0.47 |
| HSL | 141.97º | 0.35% | 0.39% | - |
| HSV(B) | 141.97º | 0.52% | 0.53% | - |
| XYZ | 12.87 | 19.49 | 12.98 | - |
| YUV | 109.64 | 117.48 | 96.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 136 | 91 | 0.52 | 0 | 0.33 | 0.47 | 141.97 | 0.35 | 0.39 |
| Hex | 41 | 88 | 5B | 34 | 0 | 21 | 2F | 8E | 23 | 27 |
| Octal | 101 | 210 | 133 | 64 | 0 | 41 | 57 | 216 | 43 | 47 |
| Binary | 1000001 | 10001000 | 1011011 | 110100 | 0 | 100001 | 101111 | 10001110 | 100011 | 100111 |
Color Harmonies of #41885B
Complementary color
Monochromatic Colors of #41885B
Black with #41885B
Text Example
Text Example
White with #41885B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41885B; }
p { color: rgb(65,136,91); }
H1.HeaderClassName
{
color: #41885B;
}
.AnyTagClassName
{
color: #41885B;
}
</style>
background-color css
<style>
a { background-color: #41885B; }
a { background-color: rgb(65,136,91); }
div.DivClassName
{
background-color: #41885B;
}
.BgClassName
{
background-color: #41885B;
}
</style>
border-color css
<style>
span { border-color: #41885B; }
span { border-color: rgb(65,136,91); }
td.TdClassName
{
border-color: #41885B;
}
.TagClassName
{
border-color: #41885B;
}
</style>