Shades of Amazon #3E815C
Tints of Amazon #3E815C
RGB
CMYK
RGB Variations
Color information
#3E815C (or 0x3E815C) is known color: Amazon. HEX triplet: 3E, 81 and 5C. RGB value is (62,129,92). Sum of RGB (Red+Green+Blue) = 62+129+92=283 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.91% from 283); Green value is 129 (50.78% from 255 or 45.58% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 129 - color contains mainly: green. Hex color #3E815C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E815C is #C17EA3. Grayscale: #686868. Windows color (decimal): -12680868 or 6062398. OLE color: 6062398.
HSL color Cylindrical-coordinate representation of color #3E815C: hue angle of 146.87º 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 #3E815C is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 62 | 129 | 92 | - |
| CMYK | 0.52 | 0 | 0.29 | 0.49 |
| HSL | 146.87º | 0.35% | 0.37% | - |
| HSV(B) | 146.87º | 0.52% | 0.51% | - |
| XYZ | 11.77 | 17.5 | 12.88 | - |
| YUV | 104.75 | 120.8 | 97.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 129 | 92 | 0.52 | 0 | 0.29 | 0.49 | 146.87 | 0.35 | 0.37 |
| Hex | 3E | 81 | 5C | 34 | 0 | 1D | 31 | 93 | 23 | 25 |
| Octal | 76 | 201 | 134 | 64 | 0 | 35 | 61 | 223 | 43 | 45 |
| Binary | 111110 | 10000001 | 1011100 | 110100 | 0 | 11101 | 110001 | 10010011 | 100011 | 100101 |
Color Harmonies of #3E815C
Complementary color
Monochromatic Colors of #3E815C
Black with #3E815C
Text Example
Text Example
White with #3E815C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E815C; }
p { color: rgb(62,129,92); }
H1.HeaderClassName
{
color: #3E815C;
}
.AnyTagClassName
{
color: #3E815C;
}
</style>
background-color css
<style>
a { background-color: #3E815C; }
a { background-color: rgb(62,129,92); }
div.DivClassName
{
background-color: #3E815C;
}
.BgClassName
{
background-color: #3E815C;
}
</style>
border-color css
<style>
span { border-color: #3E815C; }
span { border-color: rgb(62,129,92); }
td.TdClassName
{
border-color: #3E815C;
}
.TagClassName
{
border-color: #3E815C;
}
</style>