Shades of Amazon #40795D
Tints of Amazon #40795D
RGB
CMYK
RGB Variations
Color information
#40795D (or 0x40795D) is known color: Amazon. HEX triplet: 40, 79 and 5D. RGB value is (64,121,93). Sum of RGB (Red+Green+Blue) = 64+121+93=278 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.02% from 278); Green value is 121 (47.66% from 255 or 43.53% from 278); Blue value is 93 (36.72% from 255 or 33.45% from 278); Max value from RGB is 121 - color contains mainly: green. Hex color #40795D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40795D is #BF86A2. Grayscale: #646464. Windows color (decimal): -12551843 or 6125888. OLE color: 6125888.
HSL color Cylindrical-coordinate representation of color #40795D: hue angle of 150.53º degrees, saturation: 0.31, 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 #40795D is Cyan = 0.47, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 64 | 121 | 93 | - |
| CMYK | 0.47 | 0 | 0.23 | 0.53 |
| HSL | 150.53º | 0.31% | 0.36% | - |
| HSV(B) | 150.53º | 0.47% | 0.47% | - |
| XYZ | 10.93 | 15.56 | 12.78 | - |
| YUV | 100.77 | 123.62 | 101.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 121 | 93 | 0.47 | 0 | 0.23 | 0.53 | 150.53 | 0.31 | 0.36 |
| Hex | 40 | 79 | 5D | 2F | 0 | 17 | 35 | 97 | 1F | 24 |
| Octal | 100 | 171 | 135 | 57 | 0 | 27 | 65 | 227 | 37 | 44 |
| Binary | 1000000 | 1111001 | 1011101 | 101111 | 0 | 10111 | 110101 | 10010111 | 11111 | 100100 |
Color Harmonies of #40795D
Complementary color
Monochromatic Colors of #40795D
Black with #40795D
Text Example
Text Example
White with #40795D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40795D; }
p { color: rgb(64,121,93); }
H1.HeaderClassName
{
color: #40795D;
}
.AnyTagClassName
{
color: #40795D;
}
</style>
background-color css
<style>
a { background-color: #40795D; }
a { background-color: rgb(64,121,93); }
div.DivClassName
{
background-color: #40795D;
}
.BgClassName
{
background-color: #40795D;
}
</style>
border-color css
<style>
span { border-color: #40795D; }
span { border-color: rgb(64,121,93); }
td.TdClassName
{
border-color: #40795D;
}
.TagClassName
{
border-color: #40795D;
}
</style>