Shades of Amazon #3E7052
Tints of Amazon #3E7052
RGB
CMYK
RGB Variations
Color information
#3E7052 (or 0x3E7052) is known color: Amazon. HEX triplet: 3E, 70 and 52. RGB value is (62,112,82). Sum of RGB (Red+Green+Blue) = 62+112+82=256 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.22% from 256); Green value is 112 (44.14% from 255 or 43.75% from 256); Blue value is 82 (32.42% from 255 or 32.03% from 256); Max value from RGB is 112 - color contains mainly: green. Hex color #3E7052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7052 is #C18FAD. Grayscale: #5D5D5D. Windows color (decimal): -12685230 or 5402686. OLE color: 5402686.
HSL color Cylindrical-coordinate representation of color #3E7052: hue angle of 144º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3E7052 is Cyan = 0.45, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 62 | 112 | 82 | - |
| CMYK | 0.45 | 0 | 0.27 | 0.56 |
| HSL | 144º | 0.29% | 0.34% | - |
| HSV(B) | 144º | 0.45% | 0.44% | - |
| XYZ | 9.3 | 13.22 | 10.04 | - |
| YUV | 93.63 | 121.44 | 105.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 112 | 82 | 0.45 | 0 | 0.27 | 0.56 | 144 | 0.29 | 0.34 |
| Hex | 3E | 70 | 52 | 2D | 0 | 1B | 38 | 90 | 1D | 22 |
| Octal | 76 | 160 | 122 | 55 | 0 | 33 | 70 | 220 | 35 | 42 |
| Binary | 111110 | 1110000 | 1010010 | 101101 | 0 | 11011 | 111000 | 10010000 | 11101 | 100010 |
Color Harmonies of #3E7052
Complementary color
Monochromatic Colors of #3E7052
Black with #3E7052
Text Example
Text Example
White with #3E7052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7052; }
p { color: rgb(62,112,82); }
H1.HeaderClassName
{
color: #3E7052;
}
.AnyTagClassName
{
color: #3E7052;
}
</style>
background-color css
<style>
a { background-color: #3E7052; }
a { background-color: rgb(62,112,82); }
div.DivClassName
{
background-color: #3E7052;
}
.BgClassName
{
background-color: #3E7052;
}
</style>
border-color css
<style>
span { border-color: #3E7052; }
span { border-color: rgb(62,112,82); }
td.TdClassName
{
border-color: #3E7052;
}
.TagClassName
{
border-color: #3E7052;
}
</style>