Shades of Amazon #40825E
Tints of Amazon #40825E
RGB
CMYK
RGB Variations
Color information
#40825E (or 0x40825E) is known color: Amazon. HEX triplet: 40, 82 and 5E. RGB value is (64,130,94). Sum of RGB (Red+Green+Blue) = 64+130+94=288 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.22% from 288); Green value is 130 (51.17% from 255 or 45.14% from 288); Blue value is 94 (37.11% from 255 or 32.64% from 288); Max value from RGB is 130 - color contains mainly: green. Hex color #40825E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40825E is #BF7DA1. Grayscale: #6A6A6A. Windows color (decimal): -12549538 or 6193728. OLE color: 6193728.
HSL color Cylindrical-coordinate representation of color #40825E: hue angle of 147.27º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #40825E is Cyan = 0.51, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 64 | 130 | 94 | - |
| CMYK | 0.51 | 0 | 0.28 | 0.49 |
| HSL | 147.27º | 0.34% | 0.38% | - |
| HSV(B) | 147.27º | 0.51% | 0.51% | - |
| XYZ | 12.12 | 17.86 | 13.4 | - |
| YUV | 106.16 | 121.13 | 97.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 130 | 94 | 0.51 | 0 | 0.28 | 0.49 | 147.27 | 0.34 | 0.38 |
| Hex | 40 | 82 | 5E | 33 | 0 | 1C | 31 | 93 | 22 | 26 |
| Octal | 100 | 202 | 136 | 63 | 0 | 34 | 61 | 223 | 42 | 46 |
| Binary | 1000000 | 10000010 | 1011110 | 110011 | 0 | 11100 | 110001 | 10010011 | 100010 | 100110 |
Color Harmonies of #40825E
Complementary color
Monochromatic Colors of #40825E
Black with #40825E
Text Example
Text Example
White with #40825E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40825E; }
p { color: rgb(64,130,94); }
H1.HeaderClassName
{
color: #40825E;
}
.AnyTagClassName
{
color: #40825E;
}
</style>
background-color css
<style>
a { background-color: #40825E; }
a { background-color: rgb(64,130,94); }
div.DivClassName
{
background-color: #40825E;
}
.BgClassName
{
background-color: #40825E;
}
</style>
border-color css
<style>
span { border-color: #40825E; }
span { border-color: rgb(64,130,94); }
td.TdClassName
{
border-color: #40825E;
}
.TagClassName
{
border-color: #40825E;
}
</style>