Shades of Amazon #3E885C
Tints of Amazon #3E885C
RGB
CMYK
RGB Variations
Color information
#3E885C (or 0x3E885C) is known color: Amazon. HEX triplet: 3E, 88 and 5C. RGB value is (62,136,92). Sum of RGB (Red+Green+Blue) = 62+136+92=290 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.38% from 290); Green value is 136 (53.52% from 255 or 46.90% from 290); Blue value is 92 (36.33% from 255 or 31.72% from 290); Max value from RGB is 136 - color contains mainly: green. Hex color #3E885C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E885C is #C177A3. Grayscale: #6C6C6C. Windows color (decimal): -12679076 or 6064190. OLE color: 6064190.
HSL color Cylindrical-coordinate representation of color #3E885C: hue angle of 144.32º 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 #3E885C is Cyan = 0.54, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 62 | 136 | 92 | - |
| CMYK | 0.54 | 0 | 0.32 | 0.47 |
| HSL | 144.32º | 0.37% | 0.39% | - |
| HSV(B) | 144.32º | 0.54% | 0.53% | - |
| XYZ | 12.72 | 19.41 | 13.2 | - |
| YUV | 108.86 | 118.48 | 94.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 136 | 92 | 0.54 | 0 | 0.32 | 0.47 | 144.32 | 0.37 | 0.39 |
| Hex | 3E | 88 | 5C | 36 | 0 | 20 | 2F | 90 | 25 | 27 |
| Octal | 76 | 210 | 134 | 66 | 0 | 40 | 57 | 220 | 45 | 47 |
| Binary | 111110 | 10001000 | 1011100 | 110110 | 0 | 100000 | 101111 | 10010000 | 100101 | 100111 |
Color Harmonies of #3E885C
Complementary color
Monochromatic Colors of #3E885C
Black with #3E885C
Text Example
Text Example
White with #3E885C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E885C; }
p { color: rgb(62,136,92); }
H1.HeaderClassName
{
color: #3E885C;
}
.AnyTagClassName
{
color: #3E885C;
}
</style>
background-color css
<style>
a { background-color: #3E885C; }
a { background-color: rgb(62,136,92); }
div.DivClassName
{
background-color: #3E885C;
}
.BgClassName
{
background-color: #3E885C;
}
</style>
border-color css
<style>
span { border-color: #3E885C; }
span { border-color: rgb(62,136,92); }
td.TdClassName
{
border-color: #3E885C;
}
.TagClassName
{
border-color: #3E885C;
}
</style>