Shades of Amazon #3E8761
Tints of Amazon #3E8761
RGB
CMYK
RGB Variations
Color information
#3E8761 (or 0x3E8761) is known color: Amazon. HEX triplet: 3E, 87 and 61. RGB value is (62,135,97). Sum of RGB (Red+Green+Blue) = 62+135+97=294 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.09% from 294); Green value is 135 (53.12% from 255 or 45.92% from 294); Blue value is 97 (38.28% from 255 or 32.99% from 294); Max value from RGB is 135 - color contains mainly: green. Hex color #3E8761 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E8761 is #C1789E. Grayscale: #6C6C6C. Windows color (decimal): -12679327 or 6391614. OLE color: 6391614.
HSL color Cylindrical-coordinate representation of color #3E8761: hue angle of 148.77º 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 #3E8761 is Cyan = 0.54, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 62 | 135 | 97 | - |
| CMYK | 0.54 | 0 | 0.28 | 0.47 |
| HSL | 148.77º | 0.37% | 0.39% | - |
| HSV(B) | 148.77º | 0.54% | 0.53% | - |
| XYZ | 12.81 | 19.22 | 14.34 | - |
| YUV | 108.84 | 121.32 | 94.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 135 | 97 | 0.54 | 0 | 0.28 | 0.47 | 148.77 | 0.37 | 0.39 |
| Hex | 3E | 87 | 61 | 36 | 0 | 1C | 2F | 95 | 25 | 27 |
| Octal | 76 | 207 | 141 | 66 | 0 | 34 | 57 | 225 | 45 | 47 |
| Binary | 111110 | 10000111 | 1100001 | 110110 | 0 | 11100 | 101111 | 10010101 | 100101 | 100111 |
Color Harmonies of #3E8761
Complementary color
Monochromatic Colors of #3E8761
Black with #3E8761
Text Example
Text Example
White with #3E8761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8761; }
p { color: rgb(62,135,97); }
H1.HeaderClassName
{
color: #3E8761;
}
.AnyTagClassName
{
color: #3E8761;
}
</style>
background-color css
<style>
a { background-color: #3E8761; }
a { background-color: rgb(62,135,97); }
div.DivClassName
{
background-color: #3E8761;
}
.BgClassName
{
background-color: #3E8761;
}
</style>
border-color css
<style>
span { border-color: #3E8761; }
span { border-color: rgb(62,135,97); }
td.TdClassName
{
border-color: #3E8761;
}
.TagClassName
{
border-color: #3E8761;
}
</style>