Shades of Amazon #3E6B4E
Tints of Amazon #3E6B4E
RGB
CMYK
RGB Variations
Color information
#3E6B4E (or 0x3E6B4E) is known color: Amazon. HEX triplet: 3E, 6B and 4E. RGB value is (62,107,78). Sum of RGB (Red+Green+Blue) = 62+107+78=247 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.10% from 247); Green value is 107 (42.19% from 255 or 43.32% from 247); Blue value is 78 (30.86% from 255 or 31.58% from 247); Max value from RGB is 107 - color contains mainly: green. Hex color #3E6B4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E6B4E is #C194B1. Grayscale: #5A5A5A. Windows color (decimal): -12686514 or 5139262. OLE color: 5139262.
HSL color Cylindrical-coordinate representation of color #3E6B4E: hue angle of 141.33º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3E6B4E is Cyan = 0.42, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 62 | 107 | 78 | - |
| CMYK | 0.42 | 0 | 0.27 | 0.58 |
| HSL | 141.33º | 0.27% | 0.33% | - |
| HSV(B) | 141.33º | 0.42% | 0.42% | - |
| XYZ | 8.62 | 12.09 | 9.09 | - |
| YUV | 90.24 | 121.09 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 107 | 78 | 0.42 | 0 | 0.27 | 0.58 | 141.33 | 0.27 | 0.33 |
| Hex | 3E | 6B | 4E | 2A | 0 | 1B | 3A | 8D | 1B | 21 |
| Octal | 76 | 153 | 116 | 52 | 0 | 33 | 72 | 215 | 33 | 41 |
| Binary | 111110 | 1101011 | 1001110 | 101010 | 0 | 11011 | 111010 | 10001101 | 11011 | 100001 |
Color Harmonies of #3E6B4E
Complementary color
Monochromatic Colors of #3E6B4E
Black with #3E6B4E
Text Example
Text Example
White with #3E6B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6B4E; }
p { color: rgb(62,107,78); }
H1.HeaderClassName
{
color: #3E6B4E;
}
.AnyTagClassName
{
color: #3E6B4E;
}
</style>
background-color css
<style>
a { background-color: #3E6B4E; }
a { background-color: rgb(62,107,78); }
div.DivClassName
{
background-color: #3E6B4E;
}
.BgClassName
{
background-color: #3E6B4E;
}
</style>
border-color css
<style>
span { border-color: #3E6B4E; }
span { border-color: rgb(62,107,78); }
td.TdClassName
{
border-color: #3E6B4E;
}
.TagClassName
{
border-color: #3E6B4E;
}
</style>