Shades of Amazon #3E8760
Tints of Amazon #3E8760
RGB
CMYK
RGB Variations
Color information
#3E8760 (or 0x3E8760) is known color: Amazon. HEX triplet: 3E, 87 and 60. RGB value is (62,135,96). Sum of RGB (Red+Green+Blue) = 62+135+96=293 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.16% from 293); Green value is 135 (53.12% from 255 or 46.08% from 293); Blue value is 96 (37.89% from 255 or 32.76% from 293); Max value from RGB is 135 - color contains mainly: green. Hex color #3E8760 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E8760 is #C1789F. Grayscale: #6C6C6C. Windows color (decimal): -12679328 or 6326078. OLE color: 6326078.
HSL color Cylindrical-coordinate representation of color #3E8760: hue angle of 147.95º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3E8760 is Cyan = 0.54, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 62 | 135 | 96 | - |
| CMYK | 0.54 | 0 | 0.29 | 0.47 |
| HSL | 147.95º | 0.37% | 0.39% | - |
| HSV(B) | 147.95º | 0.54% | 0.53% | - |
| XYZ | 12.76 | 19.2 | 14.1 | - |
| YUV | 108.73 | 120.82 | 94.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 135 | 96 | 0.54 | 0 | 0.29 | 0.47 | 147.95 | 0.37 | 0.39 |
| Hex | 3E | 87 | 60 | 36 | 0 | 1D | 2F | 94 | 25 | 27 |
| Octal | 76 | 207 | 140 | 66 | 0 | 35 | 57 | 224 | 45 | 47 |
| Binary | 111110 | 10000111 | 1100000 | 110110 | 0 | 11101 | 101111 | 10010100 | 100101 | 100111 |
Color Harmonies of #3E8760
Complementary color
Monochromatic Colors of #3E8760
Black with #3E8760
Text Example
Text Example
White with #3E8760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8760; }
p { color: rgb(62,135,96); }
H1.HeaderClassName
{
color: #3E8760;
}
.AnyTagClassName
{
color: #3E8760;
}
</style>
background-color css
<style>
a { background-color: #3E8760; }
a { background-color: rgb(62,135,96); }
div.DivClassName
{
background-color: #3E8760;
}
.BgClassName
{
background-color: #3E8760;
}
</style>
border-color css
<style>
span { border-color: #3E8760; }
span { border-color: rgb(62,135,96); }
td.TdClassName
{
border-color: #3E8760;
}
.TagClassName
{
border-color: #3E8760;
}
</style>