Shades of Amazon #3E855B
Tints of Amazon #3E855B
RGB
CMYK
RGB Variations
Color information
#3E855B (or 0x3E855B) is known color: Amazon. HEX triplet: 3E, 85 and 5B. RGB value is (62,133,91). Sum of RGB (Red+Green+Blue) = 62+133+91=286 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.68% from 286); Green value is 133 (52.34% from 255 or 46.50% from 286); Blue value is 91 (35.94% from 255 or 31.82% from 286); Max value from RGB is 133 - color contains mainly: green. Hex color #3E855B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E855B is #C17AA4. Grayscale: #6B6B6B. Windows color (decimal): -12679845 or 5997886. OLE color: 5997886.
HSL color Cylindrical-coordinate representation of color #3E855B: hue angle of 144.51º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3E855B is Cyan = 0.53, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 62 | 133 | 91 | - |
| CMYK | 0.53 | 0 | 0.32 | 0.48 |
| HSL | 144.51º | 0.36% | 0.38% | - |
| HSV(B) | 144.51º | 0.53% | 0.52% | - |
| XYZ | 12.26 | 18.55 | 12.83 | - |
| YUV | 106.98 | 118.98 | 95.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 133 | 91 | 0.53 | 0 | 0.32 | 0.48 | 144.51 | 0.36 | 0.38 |
| Hex | 3E | 85 | 5B | 35 | 0 | 20 | 30 | 91 | 24 | 26 |
| Octal | 76 | 205 | 133 | 65 | 0 | 40 | 60 | 221 | 44 | 46 |
| Binary | 111110 | 10000101 | 1011011 | 110101 | 0 | 100000 | 110000 | 10010001 | 100100 | 100110 |
Color Harmonies of #3E855B
Complementary color
Monochromatic Colors of #3E855B
Black with #3E855B
Text Example
Text Example
White with #3E855B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E855B; }
p { color: rgb(62,133,91); }
H1.HeaderClassName
{
color: #3E855B;
}
.AnyTagClassName
{
color: #3E855B;
}
</style>
background-color css
<style>
a { background-color: #3E855B; }
a { background-color: rgb(62,133,91); }
div.DivClassName
{
background-color: #3E855B;
}
.BgClassName
{
background-color: #3E855B;
}
</style>
border-color css
<style>
span { border-color: #3E855B; }
span { border-color: rgb(62,133,91); }
td.TdClassName
{
border-color: #3E855B;
}
.TagClassName
{
border-color: #3E855B;
}
</style>