Shades of Amazon #3E704E
Tints of Amazon #3E704E
RGB
CMYK
RGB Variations
Color information
#3E704E (or 0x3E704E) is known color: Amazon. HEX triplet: 3E, 70 and 4E. RGB value is (62,112,78). Sum of RGB (Red+Green+Blue) = 62+112+78=252 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.60% from 252); Green value is 112 (44.14% from 255 or 44.44% from 252); Blue value is 78 (30.86% from 255 or 30.95% from 252); Max value from RGB is 112 - color contains mainly: green. Hex color #3E704E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E704E is #C18FB1. Grayscale: #5D5D5D. Windows color (decimal): -12685234 or 5140542. OLE color: 5140542.
HSL color Cylindrical-coordinate representation of color #3E704E: hue angle of 139.2º 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 #3E704E is Cyan = 0.45, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 62 | 112 | 78 | - |
| CMYK | 0.45 | 0 | 0.30 | 0.56 |
| HSL | 139.2º | 0.29% | 0.34% | - |
| HSV(B) | 139.2º | 0.45% | 0.44% | - |
| XYZ | 9.16 | 13.16 | 9.27 | - |
| YUV | 93.17 | 119.44 | 105.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 112 | 78 | 0.45 | 0 | 0.30 | 0.56 | 139.2 | 0.29 | 0.34 |
| Hex | 3E | 70 | 4E | 2D | 0 | 1E | 38 | 8B | 1D | 22 |
| Octal | 76 | 160 | 116 | 55 | 0 | 36 | 70 | 213 | 35 | 42 |
| Binary | 111110 | 1110000 | 1001110 | 101101 | 0 | 11110 | 111000 | 10001011 | 11101 | 100010 |
Color Harmonies of #3E704E
Complementary color
Monochromatic Colors of #3E704E
Black with #3E704E
Text Example
Text Example
White with #3E704E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E704E; }
p { color: rgb(62,112,78); }
H1.HeaderClassName
{
color: #3E704E;
}
.AnyTagClassName
{
color: #3E704E;
}
</style>
background-color css
<style>
a { background-color: #3E704E; }
a { background-color: rgb(62,112,78); }
div.DivClassName
{
background-color: #3E704E;
}
.BgClassName
{
background-color: #3E704E;
}
</style>
border-color css
<style>
span { border-color: #3E704E; }
span { border-color: rgb(62,112,78); }
td.TdClassName
{
border-color: #3E704E;
}
.TagClassName
{
border-color: #3E704E;
}
</style>