Shades of Amazon #3E865B
Tints of Amazon #3E865B
RGB
CMYK
RGB Variations
Color information
#3E865B (or 0x3E865B) is known color: Amazon. HEX triplet: 3E, 86 and 5B. RGB value is (62,134,91). Sum of RGB (Red+Green+Blue) = 62+134+91=287 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.60% from 287); Green value is 134 (52.73% from 255 or 46.69% from 287); Blue value is 91 (35.94% from 255 or 31.71% from 287); Max value from RGB is 134 - color contains mainly: green. Hex color #3E865B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E865B is #C179A4. Grayscale: #6B6B6B. Windows color (decimal): -12679589 or 5998142. OLE color: 5998142.
HSL color Cylindrical-coordinate representation of color #3E865B: hue angle of 144.17º 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 #3E865B is Cyan = 0.54, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 62 | 134 | 91 | - |
| CMYK | 0.54 | 0 | 0.32 | 0.47 |
| HSL | 144.17º | 0.37% | 0.38% | - |
| HSV(B) | 144.17º | 0.54% | 0.53% | - |
| XYZ | 12.4 | 18.83 | 12.88 | - |
| YUV | 107.57 | 118.65 | 95.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 134 | 91 | 0.54 | 0 | 0.32 | 0.47 | 144.17 | 0.37 | 0.38 |
| Hex | 3E | 86 | 5B | 36 | 0 | 20 | 2F | 90 | 25 | 26 |
| Octal | 76 | 206 | 133 | 66 | 0 | 40 | 57 | 220 | 45 | 46 |
| Binary | 111110 | 10000110 | 1011011 | 110110 | 0 | 100000 | 101111 | 10010000 | 100101 | 100110 |
Color Harmonies of #3E865B
Complementary color
Monochromatic Colors of #3E865B
Black with #3E865B
Text Example
Text Example
White with #3E865B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E865B; }
p { color: rgb(62,134,91); }
H1.HeaderClassName
{
color: #3E865B;
}
.AnyTagClassName
{
color: #3E865B;
}
</style>
background-color css
<style>
a { background-color: #3E865B; }
a { background-color: rgb(62,134,91); }
div.DivClassName
{
background-color: #3E865B;
}
.BgClassName
{
background-color: #3E865B;
}
</style>
border-color css
<style>
span { border-color: #3E865B; }
span { border-color: rgb(62,134,91); }
td.TdClassName
{
border-color: #3E865B;
}
.TagClassName
{
border-color: #3E865B;
}
</style>