Shades of Amazon #3E885E
Tints of Amazon #3E885E
RGB
CMYK
RGB Variations
Color information
#3E885E (or 0x3E885E) is known color: Amazon. HEX triplet: 3E, 88 and 5E. RGB value is (62,136,94). Sum of RGB (Red+Green+Blue) = 62+136+94=292 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.23% from 292); Green value is 136 (53.52% from 255 or 46.58% from 292); Blue value is 94 (37.11% from 255 or 32.19% from 292); Max value from RGB is 136 - color contains mainly: green. Hex color #3E885E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E885E is #C177A1. Grayscale: #6D6D6D. Windows color (decimal): -12679074 or 6195262. OLE color: 6195262.
HSL color Cylindrical-coordinate representation of color #3E885E: hue angle of 145.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 #3E885E is Cyan = 0.54, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 62 | 136 | 94 | - |
| CMYK | 0.54 | 0 | 0.31 | 0.47 |
| HSL | 145.95º | 0.37% | 0.39% | - |
| HSV(B) | 145.95º | 0.54% | 0.53% | - |
| XYZ | 12.81 | 19.44 | 13.67 | - |
| YUV | 109.09 | 119.48 | 94.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 136 | 94 | 0.54 | 0 | 0.31 | 0.47 | 145.95 | 0.37 | 0.39 |
| Hex | 3E | 88 | 5E | 36 | 0 | 1F | 2F | 92 | 25 | 27 |
| Octal | 76 | 210 | 136 | 66 | 0 | 37 | 57 | 222 | 45 | 47 |
| Binary | 111110 | 10001000 | 1011110 | 110110 | 0 | 11111 | 101111 | 10010010 | 100101 | 100111 |
Color Harmonies of #3E885E
Complementary color
Monochromatic Colors of #3E885E
Black with #3E885E
Text Example
Text Example
White with #3E885E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E885E; }
p { color: rgb(62,136,94); }
H1.HeaderClassName
{
color: #3E885E;
}
.AnyTagClassName
{
color: #3E885E;
}
</style>
background-color css
<style>
a { background-color: #3E885E; }
a { background-color: rgb(62,136,94); }
div.DivClassName
{
background-color: #3E885E;
}
.BgClassName
{
background-color: #3E885E;
}
</style>
border-color css
<style>
span { border-color: #3E885E; }
span { border-color: rgb(62,136,94); }
td.TdClassName
{
border-color: #3E885E;
}
.TagClassName
{
border-color: #3E885E;
}
</style>