Shades of Amazon #40755E
Tints of Amazon #40755E
RGB
CMYK
RGB Variations
Color information
#40755E (or 0x40755E) is known color: Amazon. HEX triplet: 40, 75 and 5E. RGB value is (64,117,94). Sum of RGB (Red+Green+Blue) = 64+117+94=275 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.27% from 275); Green value is 117 (46.09% from 255 or 42.55% from 275); Blue value is 94 (37.11% from 255 or 34.18% from 275); Max value from RGB is 117 - color contains mainly: green. Hex color #40755E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40755E is #BF8AA1. Grayscale: #626262. Windows color (decimal): -12552866 or 6190400. OLE color: 6190400.
HSL color Cylindrical-coordinate representation of color #40755E: hue angle of 153.96º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #40755E is Cyan = 0.45, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 64 | 117 | 94 | - |
| CMYK | 0.45 | 0 | 0.20 | 0.54 |
| HSL | 153.96º | 0.29% | 0.35% | - |
| HSV(B) | 153.96º | 0.45% | 0.46% | - |
| XYZ | 10.5 | 14.62 | 12.86 | - |
| YUV | 98.53 | 125.44 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 117 | 94 | 0.45 | 0 | 0.20 | 0.54 | 153.96 | 0.29 | 0.35 |
| Hex | 40 | 75 | 5E | 2D | 0 | 14 | 36 | 9A | 1D | 23 |
| Octal | 100 | 165 | 136 | 55 | 0 | 24 | 66 | 232 | 35 | 43 |
| Binary | 1000000 | 1110101 | 1011110 | 101101 | 0 | 10100 | 110110 | 10011010 | 11101 | 100011 |
Color Harmonies of #40755E
Complementary color
Monochromatic Colors of #40755E
Black with #40755E
Text Example
Text Example
White with #40755E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40755E; }
p { color: rgb(64,117,94); }
H1.HeaderClassName
{
color: #40755E;
}
.AnyTagClassName
{
color: #40755E;
}
</style>
background-color css
<style>
a { background-color: #40755E; }
a { background-color: rgb(64,117,94); }
div.DivClassName
{
background-color: #40755E;
}
.BgClassName
{
background-color: #40755E;
}
</style>
border-color css
<style>
span { border-color: #40755E; }
span { border-color: rgb(64,117,94); }
td.TdClassName
{
border-color: #40755E;
}
.TagClassName
{
border-color: #40755E;
}
</style>