Shades of Amazon #3E7356
Tints of Amazon #3E7356
RGB
CMYK
RGB Variations
Color information
#3E7356 (or 0x3E7356) is known color: Amazon. HEX triplet: 3E, 73 and 56. RGB value is (62,115,86). Sum of RGB (Red+Green+Blue) = 62+115+86=263 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.57% from 263); Green value is 115 (45.31% from 255 or 43.73% from 263); Blue value is 86 (33.98% from 255 or 32.70% from 263); Max value from RGB is 115 - color contains mainly: green. Hex color #3E7356 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7356 is #C18CA9. Grayscale: #5F5F5F. Windows color (decimal): -12684458 or 5665598. OLE color: 5665598.
HSL color Cylindrical-coordinate representation of color #3E7356: hue angle of 147.17º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3E7356 is Cyan = 0.46, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 62 | 115 | 86 | - |
| CMYK | 0.46 | 0 | 0.25 | 0.55 |
| HSL | 147.17º | 0.3% | 0.35% | - |
| HSV(B) | 147.17º | 0.46% | 0.45% | - |
| XYZ | 9.8 | 13.96 | 10.98 | - |
| YUV | 95.85 | 122.44 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 115 | 86 | 0.46 | 0 | 0.25 | 0.55 | 147.17 | 0.3 | 0.35 |
| Hex | 3E | 73 | 56 | 2E | 0 | 19 | 37 | 93 | 1E | 23 |
| Octal | 76 | 163 | 126 | 56 | 0 | 31 | 67 | 223 | 36 | 43 |
| Binary | 111110 | 1110011 | 1010110 | 101110 | 0 | 11001 | 110111 | 10010011 | 11110 | 100011 |
Color Harmonies of #3E7356
Complementary color
Monochromatic Colors of #3E7356
Black with #3E7356
Text Example
Text Example
White with #3E7356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7356; }
p { color: rgb(62,115,86); }
H1.HeaderClassName
{
color: #3E7356;
}
.AnyTagClassName
{
color: #3E7356;
}
</style>
background-color css
<style>
a { background-color: #3E7356; }
a { background-color: rgb(62,115,86); }
div.DivClassName
{
background-color: #3E7356;
}
.BgClassName
{
background-color: #3E7356;
}
</style>
border-color css
<style>
span { border-color: #3E7356; }
span { border-color: rgb(62,115,86); }
td.TdClassName
{
border-color: #3E7356;
}
.TagClassName
{
border-color: #3E7356;
}
</style>