Shades of Amazon #3E7C52
Tints of Amazon #3E7C52
RGB
CMYK
RGB Variations
Color information
#3E7C52 (or 0x3E7C52) is known color: Amazon. HEX triplet: 3E, 7C and 52. RGB value is (62,124,82). Sum of RGB (Red+Green+Blue) = 62+124+82=268 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.13% from 268); Green value is 124 (48.83% from 255 or 46.27% from 268); Blue value is 82 (32.42% from 255 or 30.60% from 268); Max value from RGB is 124 - color contains mainly: green. Hex color #3E7C52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7C52 is #C183AD. Grayscale: #646464. Windows color (decimal): -12682158 or 5405758. OLE color: 5405758.
HSL color Cylindrical-coordinate representation of color #3E7C52: hue angle of 139.35º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3E7C52 is Cyan = 0.5, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 62 | 124 | 82 | - |
| CMYK | 0.5 | 0 | 0.34 | 0.51 |
| HSL | 139.35º | 0.33% | 0.36% | - |
| HSV(B) | 139.35º | 0.5% | 0.49% | - |
| XYZ | 10.72 | 16.05 | 10.52 | - |
| YUV | 100.67 | 117.46 | 100.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 124 | 82 | 0.5 | 0 | 0.34 | 0.51 | 139.35 | 0.33 | 0.36 |
| Hex | 3E | 7C | 52 | 32 | 0 | 22 | 33 | 8B | 21 | 24 |
| Octal | 76 | 174 | 122 | 62 | 0 | 42 | 63 | 213 | 41 | 44 |
| Binary | 111110 | 1111100 | 1010010 | 110010 | 0 | 100010 | 110011 | 10001011 | 100001 | 100100 |
Color Harmonies of #3E7C52
Complementary color
Monochromatic Colors of #3E7C52
Black with #3E7C52
Text Example
Text Example
White with #3E7C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7C52; }
p { color: rgb(62,124,82); }
H1.HeaderClassName
{
color: #3E7C52;
}
.AnyTagClassName
{
color: #3E7C52;
}
</style>
background-color css
<style>
a { background-color: #3E7C52; }
a { background-color: rgb(62,124,82); }
div.DivClassName
{
background-color: #3E7C52;
}
.BgClassName
{
background-color: #3E7C52;
}
</style>
border-color css
<style>
span { border-color: #3E7C52; }
span { border-color: rgb(62,124,82); }
td.TdClassName
{
border-color: #3E7C52;
}
.TagClassName
{
border-color: #3E7C52;
}
</style>