Shades of Amazon #3E8060
Tints of Amazon #3E8060
RGB
CMYK
RGB Variations
Color information
#3E8060 (or 0x3E8060) is known color: Amazon. HEX triplet: 3E, 80 and 60. RGB value is (62,128,96). Sum of RGB (Red+Green+Blue) = 62+128+96=286 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.68% from 286); Green value is 128 (50.39% from 255 or 44.76% from 286); Blue value is 96 (37.89% from 255 or 33.57% from 286); Max value from RGB is 128 - color contains mainly: green. Hex color #3E8060 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E8060 is #C17F9F. Grayscale: #686868. Windows color (decimal): -12681120 or 6324286. OLE color: 6324286.
HSL color Cylindrical-coordinate representation of color #3E8060: hue angle of 150.91º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3E8060 is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 62 | 128 | 96 | - |
| CMYK | 0.52 | 0 | 0.25 | 0.50 |
| HSL | 150.91º | 0.35% | 0.37% | - |
| HSV(B) | 150.91º | 0.52% | 0.5% | - |
| XYZ | 11.82 | 17.31 | 13.78 | - |
| YUV | 104.62 | 123.13 | 97.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 128 | 96 | 0.52 | 0 | 0.25 | 0.50 | 150.91 | 0.35 | 0.37 |
| Hex | 3E | 80 | 60 | 34 | 0 | 19 | 32 | 97 | 23 | 25 |
| Octal | 76 | 200 | 140 | 64 | 0 | 31 | 62 | 227 | 43 | 45 |
| Binary | 111110 | 10000000 | 1100000 | 110100 | 0 | 11001 | 110010 | 10010111 | 100011 | 100101 |
Color Harmonies of #3E8060
Complementary color
Monochromatic Colors of #3E8060
Black with #3E8060
Text Example
Text Example
White with #3E8060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8060; }
p { color: rgb(62,128,96); }
H1.HeaderClassName
{
color: #3E8060;
}
.AnyTagClassName
{
color: #3E8060;
}
</style>
background-color css
<style>
a { background-color: #3E8060; }
a { background-color: rgb(62,128,96); }
div.DivClassName
{
background-color: #3E8060;
}
.BgClassName
{
background-color: #3E8060;
}
</style>
border-color css
<style>
span { border-color: #3E8060; }
span { border-color: rgb(62,128,96); }
td.TdClassName
{
border-color: #3E8060;
}
.TagClassName
{
border-color: #3E8060;
}
</style>