Shades of Amazon #40785E
Tints of Amazon #40785E
RGB
CMYK
RGB Variations
Color information
#40785E (or 0x40785E) is known color: Amazon. HEX triplet: 40, 78 and 5E. RGB value is (64,120,94). Sum of RGB (Red+Green+Blue) = 64+120+94=278 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.02% from 278); Green value is 120 (47.27% from 255 or 43.17% from 278); Blue value is 94 (37.11% from 255 or 33.81% from 278); Max value from RGB is 120 - color contains mainly: green. Hex color #40785E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40785E is #BF87A1. Grayscale: #646464. Windows color (decimal): -12552098 or 6191168. OLE color: 6191168.
HSL color Cylindrical-coordinate representation of color #40785E: hue angle of 152.14º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #40785E is Cyan = 0.47, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 64 | 120 | 94 | - |
| CMYK | 0.47 | 0 | 0.22 | 0.53 |
| HSL | 152.14º | 0.3% | 0.36% | - |
| HSV(B) | 152.14º | 0.47% | 0.47% | - |
| XYZ | 10.85 | 15.33 | 12.98 | - |
| YUV | 100.29 | 124.45 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 120 | 94 | 0.47 | 0 | 0.22 | 0.53 | 152.14 | 0.3 | 0.36 |
| Hex | 40 | 78 | 5E | 2F | 0 | 16 | 35 | 98 | 1E | 24 |
| Octal | 100 | 170 | 136 | 57 | 0 | 26 | 65 | 230 | 36 | 44 |
| Binary | 1000000 | 1111000 | 1011110 | 101111 | 0 | 10110 | 110101 | 10011000 | 11110 | 100100 |
Color Harmonies of #40785E
Complementary color
Monochromatic Colors of #40785E
Black with #40785E
Text Example
Text Example
White with #40785E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40785E; }
p { color: rgb(64,120,94); }
H1.HeaderClassName
{
color: #40785E;
}
.AnyTagClassName
{
color: #40785E;
}
</style>
background-color css
<style>
a { background-color: #40785E; }
a { background-color: rgb(64,120,94); }
div.DivClassName
{
background-color: #40785E;
}
.BgClassName
{
background-color: #40785E;
}
</style>
border-color css
<style>
span { border-color: #40785E; }
span { border-color: rgb(64,120,94); }
td.TdClassName
{
border-color: #40785E;
}
.TagClassName
{
border-color: #40785E;
}
</style>