Shades of Amazon #3E8260
Tints of Amazon #3E8260
RGB
CMYK
RGB Variations
Color information
#3E8260 (or 0x3E8260) is known color: Amazon. HEX triplet: 3E, 82 and 60. RGB value is (62,130,96). Sum of RGB (Red+Green+Blue) = 62+130+96=288 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.53% from 288); Green value is 130 (51.17% from 255 or 45.14% from 288); Blue value is 96 (37.89% from 255 or 33.33% from 288); Max value from RGB is 130 - color contains mainly: green. Hex color #3E8260 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E8260 is #C17D9F. Grayscale: #696969. Windows color (decimal): -12680608 or 6324798. OLE color: 6324798.
HSL color Cylindrical-coordinate representation of color #3E8260: hue angle of 150º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3E8260 is Cyan = 0.52, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 62 | 130 | 96 | - |
| CMYK | 0.52 | 0 | 0.26 | 0.49 |
| HSL | 150º | 0.35% | 0.38% | - |
| HSV(B) | 150º | 0.52% | 0.51% | - |
| XYZ | 12.08 | 17.83 | 13.87 | - |
| YUV | 105.79 | 122.47 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 130 | 96 | 0.52 | 0 | 0.26 | 0.49 | 150 | 0.35 | 0.38 |
| Hex | 3E | 82 | 60 | 34 | 0 | 1A | 31 | 96 | 23 | 26 |
| Octal | 76 | 202 | 140 | 64 | 0 | 32 | 61 | 226 | 43 | 46 |
| Binary | 111110 | 10000010 | 1100000 | 110100 | 0 | 11010 | 110001 | 10010110 | 100011 | 100110 |
Color Harmonies of #3E8260
Complementary color
Monochromatic Colors of #3E8260
Black with #3E8260
Text Example
Text Example
White with #3E8260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8260; }
p { color: rgb(62,130,96); }
H1.HeaderClassName
{
color: #3E8260;
}
.AnyTagClassName
{
color: #3E8260;
}
</style>
background-color css
<style>
a { background-color: #3E8260; }
a { background-color: rgb(62,130,96); }
div.DivClassName
{
background-color: #3E8260;
}
.BgClassName
{
background-color: #3E8260;
}
</style>
border-color css
<style>
span { border-color: #3E8260; }
span { border-color: rgb(62,130,96); }
td.TdClassName
{
border-color: #3E8260;
}
.TagClassName
{
border-color: #3E8260;
}
</style>