Shades of Amazon #3E774E
Tints of Amazon #3E774E
RGB
CMYK
RGB Variations
Color information
#3E774E (or 0x3E774E) is known color: Amazon. HEX triplet: 3E, 77 and 4E. RGB value is (62,119,78). Sum of RGB (Red+Green+Blue) = 62+119+78=259 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.94% from 259); Green value is 119 (46.88% from 255 or 45.95% from 259); Blue value is 78 (30.86% from 255 or 30.12% from 259); Max value from RGB is 119 - color contains mainly: green. Hex color #3E774E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E774E is #C188B1. Grayscale: #616161. Windows color (decimal): -12683442 or 5142334. OLE color: 5142334.
HSL color Cylindrical-coordinate representation of color #3E774E: hue angle of 136.84º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3E774E is Cyan = 0.48, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 62 | 119 | 78 | - |
| CMYK | 0.48 | 0 | 0.34 | 0.53 |
| HSL | 136.84º | 0.31% | 0.35% | - |
| HSV(B) | 136.84º | 0.48% | 0.47% | - |
| XYZ | 9.96 | 14.77 | 9.53 | - |
| YUV | 97.28 | 117.12 | 102.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 119 | 78 | 0.48 | 0 | 0.34 | 0.53 | 136.84 | 0.31 | 0.35 |
| Hex | 3E | 77 | 4E | 30 | 0 | 22 | 35 | 89 | 1F | 23 |
| Octal | 76 | 167 | 116 | 60 | 0 | 42 | 65 | 211 | 37 | 43 |
| Binary | 111110 | 1110111 | 1001110 | 110000 | 0 | 100010 | 110101 | 10001001 | 11111 | 100011 |
Color Harmonies of #3E774E
Complementary color
Monochromatic Colors of #3E774E
Black with #3E774E
Text Example
Text Example
White with #3E774E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E774E; }
p { color: rgb(62,119,78); }
H1.HeaderClassName
{
color: #3E774E;
}
.AnyTagClassName
{
color: #3E774E;
}
</style>
background-color css
<style>
a { background-color: #3E774E; }
a { background-color: rgb(62,119,78); }
div.DivClassName
{
background-color: #3E774E;
}
.BgClassName
{
background-color: #3E774E;
}
</style>
border-color css
<style>
span { border-color: #3E774E; }
span { border-color: rgb(62,119,78); }
td.TdClassName
{
border-color: #3E774E;
}
.TagClassName
{
border-color: #3E774E;
}
</style>