Shades of Amazon #40775E
Tints of Amazon #40775E
RGB
CMYK
RGB Variations
Color information
#40775E (or 0x40775E) is known color: Amazon. HEX triplet: 40, 77 and 5E. RGB value is (64,119,94). Sum of RGB (Red+Green+Blue) = 64+119+94=277 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.10% from 277); Green value is 119 (46.88% from 255 or 42.96% from 277); Blue value is 94 (37.11% from 255 or 33.94% from 277); Max value from RGB is 119 - color contains mainly: green. Hex color #40775E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40775E is #BF88A1. Grayscale: #636363. Windows color (decimal): -12552354 or 6190912. OLE color: 6190912.
HSL color Cylindrical-coordinate representation of color #40775E: hue angle of 152.73º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #40775E is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 64 | 119 | 94 | - |
| CMYK | 0.46 | 0 | 0.21 | 0.53 |
| HSL | 152.73º | 0.3% | 0.36% | - |
| HSV(B) | 152.73º | 0.46% | 0.47% | - |
| XYZ | 10.73 | 15.09 | 12.94 | - |
| YUV | 99.71 | 124.78 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 119 | 94 | 0.46 | 0 | 0.21 | 0.53 | 152.73 | 0.3 | 0.36 |
| Hex | 40 | 77 | 5E | 2E | 0 | 15 | 35 | 99 | 1E | 24 |
| Octal | 100 | 167 | 136 | 56 | 0 | 25 | 65 | 231 | 36 | 44 |
| Binary | 1000000 | 1110111 | 1011110 | 101110 | 0 | 10101 | 110101 | 10011001 | 11110 | 100100 |
Color Harmonies of #40775E
Complementary color
Monochromatic Colors of #40775E
Black with #40775E
Text Example
Text Example
White with #40775E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40775E; }
p { color: rgb(64,119,94); }
H1.HeaderClassName
{
color: #40775E;
}
.AnyTagClassName
{
color: #40775E;
}
</style>
background-color css
<style>
a { background-color: #40775E; }
a { background-color: rgb(64,119,94); }
div.DivClassName
{
background-color: #40775E;
}
.BgClassName
{
background-color: #40775E;
}
</style>
border-color css
<style>
span { border-color: #40775E; }
span { border-color: rgb(64,119,94); }
td.TdClassName
{
border-color: #40775E;
}
.TagClassName
{
border-color: #40775E;
}
</style>