Shades of Amazon #3E865E
Tints of Amazon #3E865E
RGB
CMYK
RGB Variations
Color information
#3E865E (or 0x3E865E) is known color: Amazon. HEX triplet: 3E, 86 and 5E. RGB value is (62,134,94). Sum of RGB (Red+Green+Blue) = 62+134+94=290 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.38% from 290); Green value is 134 (52.73% from 255 or 46.21% from 290); Blue value is 94 (37.11% from 255 or 32.41% from 290); Max value from RGB is 134 - color contains mainly: green. Hex color #3E865E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E865E is #C179A1. Grayscale: #6C6C6C. Windows color (decimal): -12679586 or 6194750. OLE color: 6194750.
HSL color Cylindrical-coordinate representation of color #3E865E: hue angle of 146.67º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3E865E is Cyan = 0.54, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 62 | 134 | 94 | - |
| CMYK | 0.54 | 0 | 0.30 | 0.47 |
| HSL | 146.67º | 0.37% | 0.38% | - |
| HSV(B) | 146.67º | 0.54% | 0.53% | - |
| XYZ | 12.53 | 18.88 | 13.57 | - |
| YUV | 107.91 | 120.15 | 95.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 134 | 94 | 0.54 | 0 | 0.30 | 0.47 | 146.67 | 0.37 | 0.38 |
| Hex | 3E | 86 | 5E | 36 | 0 | 1E | 2F | 93 | 25 | 26 |
| Octal | 76 | 206 | 136 | 66 | 0 | 36 | 57 | 223 | 45 | 46 |
| Binary | 111110 | 10000110 | 1011110 | 110110 | 0 | 11110 | 101111 | 10010011 | 100101 | 100110 |
Color Harmonies of #3E865E
Complementary color
Monochromatic Colors of #3E865E
Black with #3E865E
Text Example
Text Example
White with #3E865E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E865E; }
p { color: rgb(62,134,94); }
H1.HeaderClassName
{
color: #3E865E;
}
.AnyTagClassName
{
color: #3E865E;
}
</style>
background-color css
<style>
a { background-color: #3E865E; }
a { background-color: rgb(62,134,94); }
div.DivClassName
{
background-color: #3E865E;
}
.BgClassName
{
background-color: #3E865E;
}
</style>
border-color css
<style>
span { border-color: #3E865E; }
span { border-color: rgb(62,134,94); }
td.TdClassName
{
border-color: #3E865E;
}
.TagClassName
{
border-color: #3E865E;
}
</style>