Shades of Amazon #3E815E
Tints of Amazon #3E815E
RGB
CMYK
RGB Variations
Color information
#3E815E (or 0x3E815E) is known color: Amazon. HEX triplet: 3E, 81 and 5E. RGB value is (62,129,94). Sum of RGB (Red+Green+Blue) = 62+129+94=285 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.75% from 285); Green value is 129 (50.78% from 255 or 45.26% from 285); Blue value is 94 (37.11% from 255 or 32.98% from 285); Max value from RGB is 129 - color contains mainly: green. Hex color #3E815E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E815E is #C17EA1. Grayscale: #696969. Windows color (decimal): -12680866 or 6193470. OLE color: 6193470.
HSL color Cylindrical-coordinate representation of color #3E815E: hue angle of 148.66º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3E815E is Cyan = 0.52, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 62 | 129 | 94 | - |
| CMYK | 0.52 | 0 | 0.27 | 0.49 |
| HSL | 148.66º | 0.35% | 0.37% | - |
| HSV(B) | 148.66º | 0.52% | 0.51% | - |
| XYZ | 11.86 | 17.53 | 13.35 | - |
| YUV | 104.98 | 121.8 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 129 | 94 | 0.52 | 0 | 0.27 | 0.49 | 148.66 | 0.35 | 0.37 |
| Hex | 3E | 81 | 5E | 34 | 0 | 1B | 31 | 95 | 23 | 25 |
| Octal | 76 | 201 | 136 | 64 | 0 | 33 | 61 | 225 | 43 | 45 |
| Binary | 111110 | 10000001 | 1011110 | 110100 | 0 | 11011 | 110001 | 10010101 | 100011 | 100101 |
Color Harmonies of #3E815E
Complementary color
Monochromatic Colors of #3E815E
Black with #3E815E
Text Example
Text Example
White with #3E815E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E815E; }
p { color: rgb(62,129,94); }
H1.HeaderClassName
{
color: #3E815E;
}
.AnyTagClassName
{
color: #3E815E;
}
</style>
background-color css
<style>
a { background-color: #3E815E; }
a { background-color: rgb(62,129,94); }
div.DivClassName
{
background-color: #3E815E;
}
.BgClassName
{
background-color: #3E815E;
}
</style>
border-color css
<style>
span { border-color: #3E815E; }
span { border-color: rgb(62,129,94); }
td.TdClassName
{
border-color: #3E815E;
}
.TagClassName
{
border-color: #3E815E;
}
</style>