Shades of Amazon #40765B
Tints of Amazon #40765B
RGB
CMYK
RGB Variations
Color information
#40765B (or 0x40765B) is known color: Amazon. HEX triplet: 40, 76 and 5B. RGB value is (64,118,91). Sum of RGB (Red+Green+Blue) = 64+118+91=273 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.44% from 273); Green value is 118 (46.48% from 255 or 43.22% from 273); Blue value is 91 (35.94% from 255 or 33.33% from 273); Max value from RGB is 118 - color contains mainly: green. Hex color #40765B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40765B is #BF89A4. Grayscale: #626262. Windows color (decimal): -12552613 or 5994048. OLE color: 5994048.
HSL color Cylindrical-coordinate representation of color #40765B: hue angle of 150º 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 #40765B is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 64 | 118 | 91 | - |
| CMYK | 0.46 | 0 | 0.23 | 0.54 |
| HSL | 150º | 0.3% | 0.36% | - |
| HSV(B) | 150º | 0.46% | 0.46% | - |
| XYZ | 10.48 | 14.8 | 12.2 | - |
| YUV | 98.78 | 123.61 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 118 | 91 | 0.46 | 0 | 0.23 | 0.54 | 150 | 0.3 | 0.36 |
| Hex | 40 | 76 | 5B | 2E | 0 | 17 | 36 | 96 | 1E | 24 |
| Octal | 100 | 166 | 133 | 56 | 0 | 27 | 66 | 226 | 36 | 44 |
| Binary | 1000000 | 1110110 | 1011011 | 101110 | 0 | 10111 | 110110 | 10010110 | 11110 | 100100 |
Color Harmonies of #40765B
Complementary color
Monochromatic Colors of #40765B
Black with #40765B
Text Example
Text Example
White with #40765B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40765B; }
p { color: rgb(64,118,91); }
H1.HeaderClassName
{
color: #40765B;
}
.AnyTagClassName
{
color: #40765B;
}
</style>
background-color css
<style>
a { background-color: #40765B; }
a { background-color: rgb(64,118,91); }
div.DivClassName
{
background-color: #40765B;
}
.BgClassName
{
background-color: #40765B;
}
</style>
border-color css
<style>
span { border-color: #40765B; }
span { border-color: rgb(64,118,91); }
td.TdClassName
{
border-color: #40765B;
}
.TagClassName
{
border-color: #40765B;
}
</style>