Shades of Amazon #40755D
Tints of Amazon #40755D
RGB
CMYK
RGB Variations
Color information
#40755D (or 0x40755D) is known color: Amazon. HEX triplet: 40, 75 and 5D. RGB value is (64,117,93). Sum of RGB (Red+Green+Blue) = 64+117+93=274 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.36% from 274); Green value is 117 (46.09% from 255 or 42.70% from 274); Blue value is 93 (36.72% from 255 or 33.94% from 274); Max value from RGB is 117 - color contains mainly: green. Hex color #40755D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40755D is #BF8AA2. Grayscale: #626262. Windows color (decimal): -12552867 or 6124864. OLE color: 6124864.
HSL color Cylindrical-coordinate representation of color #40755D: hue angle of 152.83º 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 #40755D is Cyan = 0.45, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 64 | 117 | 93 | - |
| CMYK | 0.45 | 0 | 0.21 | 0.54 |
| HSL | 152.83º | 0.29% | 0.35% | - |
| HSV(B) | 152.83º | 0.45% | 0.46% | - |
| XYZ | 10.45 | 14.6 | 12.62 | - |
| YUV | 98.42 | 124.94 | 103.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 117 | 93 | 0.45 | 0 | 0.21 | 0.54 | 152.83 | 0.29 | 0.35 |
| Hex | 40 | 75 | 5D | 2D | 0 | 15 | 36 | 99 | 1D | 23 |
| Octal | 100 | 165 | 135 | 55 | 0 | 25 | 66 | 231 | 35 | 43 |
| Binary | 1000000 | 1110101 | 1011101 | 101101 | 0 | 10101 | 110110 | 10011001 | 11101 | 100011 |
Color Harmonies of #40755D
Complementary color
Monochromatic Colors of #40755D
Black with #40755D
Text Example
Text Example
White with #40755D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40755D; }
p { color: rgb(64,117,93); }
H1.HeaderClassName
{
color: #40755D;
}
.AnyTagClassName
{
color: #40755D;
}
</style>
background-color css
<style>
a { background-color: #40755D; }
a { background-color: rgb(64,117,93); }
div.DivClassName
{
background-color: #40755D;
}
.BgClassName
{
background-color: #40755D;
}
</style>
border-color css
<style>
span { border-color: #40755D; }
span { border-color: rgb(64,117,93); }
td.TdClassName
{
border-color: #40755D;
}
.TagClassName
{
border-color: #40755D;
}
</style>