Shades of Amazon #40765D
Tints of Amazon #40765D
RGB
CMYK
RGB Variations
Color information
#40765D (or 0x40765D) is known color: Amazon. HEX triplet: 40, 76 and 5D. RGB value is (64,118,93). Sum of RGB (Red+Green+Blue) = 64+118+93=275 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.27% from 275); Green value is 118 (46.48% from 255 or 42.91% from 275); Blue value is 93 (36.72% from 255 or 33.82% from 275); Max value from RGB is 118 - color contains mainly: green. Hex color #40765D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40765D is #BF89A2. Grayscale: #636363. Windows color (decimal): -12552611 or 6125120. OLE color: 6125120.
HSL color Cylindrical-coordinate representation of color #40765D: hue angle of 152.22º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #40765D is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 64 | 118 | 93 | - |
| CMYK | 0.46 | 0 | 0.21 | 0.54 |
| HSL | 152.22º | 0.3% | 0.36% | - |
| HSV(B) | 152.22º | 0.46% | 0.46% | - |
| XYZ | 10.57 | 14.84 | 12.66 | - |
| YUV | 99 | 124.61 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 118 | 93 | 0.46 | 0 | 0.21 | 0.54 | 152.22 | 0.3 | 0.36 |
| Hex | 40 | 76 | 5D | 2E | 0 | 15 | 36 | 98 | 1E | 24 |
| Octal | 100 | 166 | 135 | 56 | 0 | 25 | 66 | 230 | 36 | 44 |
| Binary | 1000000 | 1110110 | 1011101 | 101110 | 0 | 10101 | 110110 | 10011000 | 11110 | 100100 |
Color Harmonies of #40765D
Complementary color
Monochromatic Colors of #40765D
Black with #40765D
Text Example
Text Example
White with #40765D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40765D; }
p { color: rgb(64,118,93); }
H1.HeaderClassName
{
color: #40765D;
}
.AnyTagClassName
{
color: #40765D;
}
</style>
background-color css
<style>
a { background-color: #40765D; }
a { background-color: rgb(64,118,93); }
div.DivClassName
{
background-color: #40765D;
}
.BgClassName
{
background-color: #40765D;
}
</style>
border-color css
<style>
span { border-color: #40765D; }
span { border-color: rgb(64,118,93); }
td.TdClassName
{
border-color: #40765D;
}
.TagClassName
{
border-color: #40765D;
}
</style>