Shades of Amazon #40735C
Tints of Amazon #40735C
RGB
CMYK
RGB Variations
Color information
#40735C (or 0x40735C) is known color: Amazon. HEX triplet: 40, 73 and 5C. RGB value is (64,115,92). Sum of RGB (Red+Green+Blue) = 64+115+92=271 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.62% from 271); Green value is 115 (45.31% from 255 or 42.44% from 271); Blue value is 92 (36.33% from 255 or 33.95% from 271); Max value from RGB is 115 - color contains mainly: green. Hex color #40735C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40735C is #BF8CA3. Grayscale: #616161. Windows color (decimal): -12553380 or 6058816. OLE color: 6058816.
HSL color Cylindrical-coordinate representation of color #40735C: hue angle of 152.94º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #40735C is Cyan = 0.44, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 64 | 115 | 92 | - |
| CMYK | 0.44 | 0 | 0.20 | 0.55 |
| HSL | 152.94º | 0.28% | 0.35% | - |
| HSV(B) | 152.94º | 0.44% | 0.45% | - |
| XYZ | 10.18 | 14.12 | 12.32 | - |
| YUV | 97.13 | 125.1 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 115 | 92 | 0.44 | 0 | 0.20 | 0.55 | 152.94 | 0.28 | 0.35 |
| Hex | 40 | 73 | 5C | 2C | 0 | 14 | 37 | 99 | 1C | 23 |
| Octal | 100 | 163 | 134 | 54 | 0 | 24 | 67 | 231 | 34 | 43 |
| Binary | 1000000 | 1110011 | 1011100 | 101100 | 0 | 10100 | 110111 | 10011001 | 11100 | 100011 |
Color Harmonies of #40735C
Complementary color
Monochromatic Colors of #40735C
Black with #40735C
Text Example
Text Example
White with #40735C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40735C; }
p { color: rgb(64,115,92); }
H1.HeaderClassName
{
color: #40735C;
}
.AnyTagClassName
{
color: #40735C;
}
</style>
background-color css
<style>
a { background-color: #40735C; }
a { background-color: rgb(64,115,92); }
div.DivClassName
{
background-color: #40735C;
}
.BgClassName
{
background-color: #40735C;
}
</style>
border-color css
<style>
span { border-color: #40735C; }
span { border-color: rgb(64,115,92); }
td.TdClassName
{
border-color: #40735C;
}
.TagClassName
{
border-color: #40735C;
}
</style>