Shades of Amazon #40875A
Tints of Amazon #40875A
RGB
CMYK
RGB Variations
Color information
#40875A (or 0x40875A) is known color: Amazon. HEX triplet: 40, 87 and 5A. RGB value is (64,135,90). Sum of RGB (Red+Green+Blue) = 64+135+90=289 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.15% from 289); Green value is 135 (53.12% from 255 or 46.71% from 289); Blue value is 90 (35.55% from 255 or 31.14% from 289); Max value from RGB is 135 - color contains mainly: green. Hex color #40875A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40875A is #BF78A5. Grayscale: #6C6C6C. Windows color (decimal): -12548262 or 5932864. OLE color: 5932864.
HSL color Cylindrical-coordinate representation of color #40875A: hue angle of 141.97º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #40875A is Cyan = 0.53, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 64 | 135 | 90 | - |
| CMYK | 0.53 | 0 | 0.33 | 0.47 |
| HSL | 141.97º | 0.36% | 0.39% | - |
| HSV(B) | 141.97º | 0.53% | 0.53% | - |
| XYZ | 12.62 | 19.16 | 12.71 | - |
| YUV | 108.64 | 117.48 | 96.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 135 | 90 | 0.53 | 0 | 0.33 | 0.47 | 141.97 | 0.36 | 0.39 |
| Hex | 40 | 87 | 5A | 35 | 0 | 21 | 2F | 8E | 24 | 27 |
| Octal | 100 | 207 | 132 | 65 | 0 | 41 | 57 | 216 | 44 | 47 |
| Binary | 1000000 | 10000111 | 1011010 | 110101 | 0 | 100001 | 101111 | 10001110 | 100100 | 100111 |
Color Harmonies of #40875A
Complementary color
Monochromatic Colors of #40875A
Black with #40875A
Text Example
Text Example
White with #40875A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40875A; }
p { color: rgb(64,135,90); }
H1.HeaderClassName
{
color: #40875A;
}
.AnyTagClassName
{
color: #40875A;
}
</style>
background-color css
<style>
a { background-color: #40875A; }
a { background-color: rgb(64,135,90); }
div.DivClassName
{
background-color: #40875A;
}
.BgClassName
{
background-color: #40875A;
}
</style>
border-color css
<style>
span { border-color: #40875A; }
span { border-color: rgb(64,135,90); }
td.TdClassName
{
border-color: #40875A;
}
.TagClassName
{
border-color: #40875A;
}
</style>