Shades of Amazon #40875B
Tints of Amazon #40875B
RGB
CMYK
RGB Variations
Color information
#40875B (or 0x40875B) is known color: Amazon. HEX triplet: 40, 87 and 5B. RGB value is (64,135,91). Sum of RGB (Red+Green+Blue) = 64+135+91=290 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.07% from 290); Green value is 135 (53.12% from 255 or 46.55% from 290); Blue value is 91 (35.94% from 255 or 31.38% from 290); Max value from RGB is 135 - color contains mainly: green. Hex color #40875B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40875B is #BF78A4. Grayscale: #6C6C6C. Windows color (decimal): -12548261 or 5998400. OLE color: 5998400.
HSL color Cylindrical-coordinate representation of color #40875B: hue angle of 142.82º 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 #40875B is Cyan = 0.53, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 64 | 135 | 91 | - |
| CMYK | 0.53 | 0 | 0.33 | 0.47 |
| HSL | 142.82º | 0.36% | 0.39% | - |
| HSV(B) | 142.82º | 0.53% | 0.53% | - |
| XYZ | 12.67 | 19.17 | 12.93 | - |
| YUV | 108.76 | 117.98 | 96.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 135 | 91 | 0.53 | 0 | 0.33 | 0.47 | 142.82 | 0.36 | 0.39 |
| Hex | 40 | 87 | 5B | 35 | 0 | 21 | 2F | 8F | 24 | 27 |
| Octal | 100 | 207 | 133 | 65 | 0 | 41 | 57 | 217 | 44 | 47 |
| Binary | 1000000 | 10000111 | 1011011 | 110101 | 0 | 100001 | 101111 | 10001111 | 100100 | 100111 |
Color Harmonies of #40875B
Complementary color
Monochromatic Colors of #40875B
Black with #40875B
Text Example
Text Example
White with #40875B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40875B; }
p { color: rgb(64,135,91); }
H1.HeaderClassName
{
color: #40875B;
}
.AnyTagClassName
{
color: #40875B;
}
</style>
background-color css
<style>
a { background-color: #40875B; }
a { background-color: rgb(64,135,91); }
div.DivClassName
{
background-color: #40875B;
}
.BgClassName
{
background-color: #40875B;
}
</style>
border-color css
<style>
span { border-color: #40875B; }
span { border-color: rgb(64,135,91); }
td.TdClassName
{
border-color: #40875B;
}
.TagClassName
{
border-color: #40875B;
}
</style>