Shades of Amazon #40845A
Tints of Amazon #40845A
RGB
CMYK
RGB Variations
Color information
#40845A (or 0x40845A) is known color: Amazon. HEX triplet: 40, 84 and 5A. RGB value is (64,132,90). Sum of RGB (Red+Green+Blue) = 64+132+90=286 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.38% from 286); Green value is 132 (51.95% from 255 or 46.15% from 286); Blue value is 90 (35.55% from 255 or 31.47% from 286); Max value from RGB is 132 - color contains mainly: green. Hex color #40845A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40845A is #BF7BA5. Grayscale: #6A6A6A. Windows color (decimal): -12549030 or 5932096. OLE color: 5932096.
HSL color Cylindrical-coordinate representation of color #40845A: hue angle of 142.94º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #40845A is Cyan = 0.52, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 64 | 132 | 90 | - |
| CMYK | 0.52 | 0 | 0.32 | 0.48 |
| HSL | 142.94º | 0.35% | 0.38% | - |
| HSV(B) | 142.94º | 0.52% | 0.52% | - |
| XYZ | 12.21 | 18.33 | 12.57 | - |
| YUV | 106.88 | 118.47 | 97.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 132 | 90 | 0.52 | 0 | 0.32 | 0.48 | 142.94 | 0.35 | 0.38 |
| Hex | 40 | 84 | 5A | 34 | 0 | 20 | 30 | 8F | 23 | 26 |
| Octal | 100 | 204 | 132 | 64 | 0 | 40 | 60 | 217 | 43 | 46 |
| Binary | 1000000 | 10000100 | 1011010 | 110100 | 0 | 100000 | 110000 | 10001111 | 100011 | 100110 |
Color Harmonies of #40845A
Complementary color
Monochromatic Colors of #40845A
Black with #40845A
Text Example
Text Example
White with #40845A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40845A; }
p { color: rgb(64,132,90); }
H1.HeaderClassName
{
color: #40845A;
}
.AnyTagClassName
{
color: #40845A;
}
</style>
background-color css
<style>
a { background-color: #40845A; }
a { background-color: rgb(64,132,90); }
div.DivClassName
{
background-color: #40845A;
}
.BgClassName
{
background-color: #40845A;
}
</style>
border-color css
<style>
span { border-color: #40845A; }
span { border-color: rgb(64,132,90); }
td.TdClassName
{
border-color: #40845A;
}
.TagClassName
{
border-color: #40845A;
}
</style>