Shades of Amazon #3E865F
Tints of Amazon #3E865F
RGB
CMYK
RGB Variations
Color information
#3E865F (or 0x3E865F) is known color: Amazon. HEX triplet: 3E, 86 and 5F. RGB value is (62,134,95). Sum of RGB (Red+Green+Blue) = 62+134+95=291 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.31% from 291); Green value is 134 (52.73% from 255 or 46.05% from 291); Blue value is 95 (37.5% from 255 or 32.65% from 291); Max value from RGB is 134 - color contains mainly: green. Hex color #3E865F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E865F is #C179A0. Grayscale: #6C6C6C. Windows color (decimal): -12679585 or 6260286. OLE color: 6260286.
HSL color Cylindrical-coordinate representation of color #3E865F: hue angle of 147.5º 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 #3E865F is Cyan = 0.54, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 62 | 134 | 95 | - |
| CMYK | 0.54 | 0 | 0.29 | 0.47 |
| HSL | 147.5º | 0.37% | 0.38% | - |
| HSV(B) | 147.5º | 0.54% | 0.53% | - |
| XYZ | 12.58 | 18.9 | 13.81 | - |
| YUV | 108.03 | 120.65 | 95.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 134 | 95 | 0.54 | 0 | 0.29 | 0.47 | 147.5 | 0.37 | 0.38 |
| Hex | 3E | 86 | 5F | 36 | 0 | 1D | 2F | 94 | 25 | 26 |
| Octal | 76 | 206 | 137 | 66 | 0 | 35 | 57 | 224 | 45 | 46 |
| Binary | 111110 | 10000110 | 1011111 | 110110 | 0 | 11101 | 101111 | 10010100 | 100101 | 100110 |
Color Harmonies of #3E865F
Complementary color
Monochromatic Colors of #3E865F
Black with #3E865F
Text Example
Text Example
White with #3E865F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E865F; }
p { color: rgb(62,134,95); }
H1.HeaderClassName
{
color: #3E865F;
}
.AnyTagClassName
{
color: #3E865F;
}
</style>
background-color css
<style>
a { background-color: #3E865F; }
a { background-color: rgb(62,134,95); }
div.DivClassName
{
background-color: #3E865F;
}
.BgClassName
{
background-color: #3E865F;
}
</style>
border-color css
<style>
span { border-color: #3E865F; }
span { border-color: rgb(62,134,95); }
td.TdClassName
{
border-color: #3E865F;
}
.TagClassName
{
border-color: #3E865F;
}
</style>