Shades of Amazon #3E704D
Tints of Amazon #3E704D
RGB
CMYK
RGB Variations
Color information
#3E704D (or 0x3E704D) is known color: Amazon. HEX triplet: 3E, 70 and 4D. RGB value is (62,112,77). Sum of RGB (Red+Green+Blue) = 62+112+77=251 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.70% from 251); Green value is 112 (44.14% from 255 or 44.62% from 251); Blue value is 77 (30.47% from 255 or 30.68% from 251); Max value from RGB is 112 - color contains mainly: green. Hex color #3E704D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E704D is #C18FB2. Grayscale: #5D5D5D. Windows color (decimal): -12685235 or 5075006. OLE color: 5075006.
HSL color Cylindrical-coordinate representation of color #3E704D: hue angle of 138º 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 #3E704D is Cyan = 0.45, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 62 | 112 | 77 | - |
| CMYK | 0.45 | 0 | 0.31 | 0.56 |
| HSL | 138º | 0.29% | 0.34% | - |
| HSV(B) | 138º | 0.45% | 0.44% | - |
| XYZ | 9.12 | 13.15 | 9.08 | - |
| YUV | 93.06 | 118.94 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 112 | 77 | 0.45 | 0 | 0.31 | 0.56 | 138 | 0.29 | 0.34 |
| Hex | 3E | 70 | 4D | 2D | 0 | 1F | 38 | 8A | 1D | 22 |
| Octal | 76 | 160 | 115 | 55 | 0 | 37 | 70 | 212 | 35 | 42 |
| Binary | 111110 | 1110000 | 1001101 | 101101 | 0 | 11111 | 111000 | 10001010 | 11101 | 100010 |
Color Harmonies of #3E704D
Complementary color
Monochromatic Colors of #3E704D
Black with #3E704D
Text Example
Text Example
White with #3E704D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E704D; }
p { color: rgb(62,112,77); }
H1.HeaderClassName
{
color: #3E704D;
}
.AnyTagClassName
{
color: #3E704D;
}
</style>
background-color css
<style>
a { background-color: #3E704D; }
a { background-color: rgb(62,112,77); }
div.DivClassName
{
background-color: #3E704D;
}
.BgClassName
{
background-color: #3E704D;
}
</style>
border-color css
<style>
span { border-color: #3E704D; }
span { border-color: rgb(62,112,77); }
td.TdClassName
{
border-color: #3E704D;
}
.TagClassName
{
border-color: #3E704D;
}
</style>