Shades of Amazon #40785A
Tints of Amazon #40785A
RGB
CMYK
RGB Variations
Color information
#40785A (or 0x40785A) is known color: Amazon. HEX triplet: 40, 78 and 5A. RGB value is (64,120,90). Sum of RGB (Red+Green+Blue) = 64+120+90=274 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.36% from 274); Green value is 120 (47.27% from 255 or 43.80% from 274); Blue value is 90 (35.55% from 255 or 32.85% from 274); Max value from RGB is 120 - color contains mainly: green. Hex color #40785A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40785A is #BF87A5. Grayscale: #636363. Windows color (decimal): -12552102 or 5929024. OLE color: 5929024.
HSL color Cylindrical-coordinate representation of color #40785A: hue angle of 147.86º 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 #40785A is Cyan = 0.47, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 64 | 120 | 90 | - |
| CMYK | 0.47 | 0 | 0.25 | 0.53 |
| HSL | 147.86º | 0.3% | 0.36% | - |
| HSV(B) | 147.86º | 0.47% | 0.47% | - |
| XYZ | 10.68 | 15.26 | 12.06 | - |
| YUV | 99.84 | 122.45 | 102.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 120 | 90 | 0.47 | 0 | 0.25 | 0.53 | 147.86 | 0.3 | 0.36 |
| Hex | 40 | 78 | 5A | 2F | 0 | 19 | 35 | 94 | 1E | 24 |
| Octal | 100 | 170 | 132 | 57 | 0 | 31 | 65 | 224 | 36 | 44 |
| Binary | 1000000 | 1111000 | 1011010 | 101111 | 0 | 11001 | 110101 | 10010100 | 11110 | 100100 |
Color Harmonies of #40785A
Complementary color
Monochromatic Colors of #40785A
Black with #40785A
Text Example
Text Example
White with #40785A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40785A; }
p { color: rgb(64,120,90); }
H1.HeaderClassName
{
color: #40785A;
}
.AnyTagClassName
{
color: #40785A;
}
</style>
background-color css
<style>
a { background-color: #40785A; }
a { background-color: rgb(64,120,90); }
div.DivClassName
{
background-color: #40785A;
}
.BgClassName
{
background-color: #40785A;
}
</style>
border-color css
<style>
span { border-color: #40785A; }
span { border-color: rgb(64,120,90); }
td.TdClassName
{
border-color: #40785A;
}
.TagClassName
{
border-color: #40785A;
}
</style>