Shades of Amazon #3E7C60
Tints of Amazon #3E7C60
RGB
CMYK
RGB Variations
Color information
#3E7C60 (or 0x3E7C60) is known color: Amazon. HEX triplet: 3E, 7C and 60. RGB value is (62,124,96). Sum of RGB (Red+Green+Blue) = 62+124+96=282 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.99% from 282); Green value is 124 (48.83% from 255 or 43.97% from 282); Blue value is 96 (37.89% from 255 or 34.04% from 282); Max value from RGB is 124 - color contains mainly: green. Hex color #3E7C60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7C60 is #C1839F. Grayscale: #666666. Windows color (decimal): -12682144 or 6323262. OLE color: 6323262.
HSL color Cylindrical-coordinate representation of color #3E7C60: hue angle of 152.9º 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 #3E7C60 is Cyan = 0.5, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 62 | 124 | 96 | - |
| CMYK | 0.5 | 0 | 0.23 | 0.51 |
| HSL | 152.9º | 0.33% | 0.36% | - |
| HSV(B) | 152.9º | 0.5% | 0.49% | - |
| XYZ | 11.31 | 16.28 | 13.61 | - |
| YUV | 102.27 | 124.46 | 99.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 124 | 96 | 0.5 | 0 | 0.23 | 0.51 | 152.9 | 0.33 | 0.36 |
| Hex | 3E | 7C | 60 | 32 | 0 | 17 | 33 | 99 | 21 | 24 |
| Octal | 76 | 174 | 140 | 62 | 0 | 27 | 63 | 231 | 41 | 44 |
| Binary | 111110 | 1111100 | 1100000 | 110010 | 0 | 10111 | 110011 | 10011001 | 100001 | 100100 |
Color Harmonies of #3E7C60
Complementary color
Monochromatic Colors of #3E7C60
Black with #3E7C60
Text Example
Text Example
White with #3E7C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7C60; }
p { color: rgb(62,124,96); }
H1.HeaderClassName
{
color: #3E7C60;
}
.AnyTagClassName
{
color: #3E7C60;
}
</style>
background-color css
<style>
a { background-color: #3E7C60; }
a { background-color: rgb(62,124,96); }
div.DivClassName
{
background-color: #3E7C60;
}
.BgClassName
{
background-color: #3E7C60;
}
</style>
border-color css
<style>
span { border-color: #3E7C60; }
span { border-color: rgb(62,124,96); }
td.TdClassName
{
border-color: #3E7C60;
}
.TagClassName
{
border-color: #3E7C60;
}
</style>