Shades of Amazon #3E7054
Tints of Amazon #3E7054
RGB
CMYK
RGB Variations
Color information
#3E7054 (or 0x3E7054) is known color: Amazon. HEX triplet: 3E, 70 and 54. RGB value is (62,112,84). Sum of RGB (Red+Green+Blue) = 62+112+84=258 (34% of max value = 765). Red value is 62 (24.61% from 255 or 24.03% from 258); Green value is 112 (44.14% from 255 or 43.41% from 258); Blue value is 84 (33.20% from 255 or 32.56% from 258); Max value from RGB is 112 - color contains mainly: green. Hex color #3E7054 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7054 is #C18FAB. Grayscale: #5D5D5D. Windows color (decimal): -12685228 or 5533758. OLE color: 5533758.
HSL color Cylindrical-coordinate representation of color #3E7054: hue angle of 146.4º 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 #3E7054 is Cyan = 0.45, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 62 | 112 | 84 | - |
| CMYK | 0.45 | 0 | 0.25 | 0.56 |
| HSL | 146.4º | 0.29% | 0.34% | - |
| HSV(B) | 146.4º | 0.45% | 0.44% | - |
| XYZ | 9.38 | 13.25 | 10.45 | - |
| YUV | 93.86 | 122.44 | 105.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 112 | 84 | 0.45 | 0 | 0.25 | 0.56 | 146.4 | 0.29 | 0.34 |
| Hex | 3E | 70 | 54 | 2D | 0 | 19 | 38 | 92 | 1D | 22 |
| Octal | 76 | 160 | 124 | 55 | 0 | 31 | 70 | 222 | 35 | 42 |
| Binary | 111110 | 1110000 | 1010100 | 101101 | 0 | 11001 | 111000 | 10010010 | 11101 | 100010 |
Color Harmonies of #3E7054
Complementary color
Monochromatic Colors of #3E7054
Black with #3E7054
Text Example
Text Example
White with #3E7054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7054; }
p { color: rgb(62,112,84); }
H1.HeaderClassName
{
color: #3E7054;
}
.AnyTagClassName
{
color: #3E7054;
}
</style>
background-color css
<style>
a { background-color: #3E7054; }
a { background-color: rgb(62,112,84); }
div.DivClassName
{
background-color: #3E7054;
}
.BgClassName
{
background-color: #3E7054;
}
</style>
border-color css
<style>
span { border-color: #3E7054; }
span { border-color: rgb(62,112,84); }
td.TdClassName
{
border-color: #3E7054;
}
.TagClassName
{
border-color: #3E7054;
}
</style>