Shades of Amazon #3E7A55
Tints of Amazon #3E7A55
RGB
CMYK
RGB Variations
Color information
#3E7A55 (or 0x3E7A55) is known color: Amazon. HEX triplet: 3E, 7A and 55. RGB value is (62,122,85). Sum of RGB (Red+Green+Blue) = 62+122+85=269 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.05% from 269); Green value is 122 (48.05% from 255 or 45.35% from 269); Blue value is 85 (33.59% from 255 or 31.60% from 269); Max value from RGB is 122 - color contains mainly: green. Hex color #3E7A55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7A55 is #C185AA. Grayscale: #636363. Windows color (decimal): -12682667 or 5601854. OLE color: 5601854.
HSL color Cylindrical-coordinate representation of color #3E7A55: hue angle of 143º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3E7A55 is Cyan = 0.49, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 62 | 122 | 85 | - |
| CMYK | 0.49 | 0 | 0.30 | 0.52 |
| HSL | 143º | 0.33% | 0.36% | - |
| HSV(B) | 143º | 0.49% | 0.48% | - |
| XYZ | 10.59 | 15.6 | 11.05 | - |
| YUV | 99.84 | 119.62 | 101.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 122 | 85 | 0.49 | 0 | 0.30 | 0.52 | 143 | 0.33 | 0.36 |
| Hex | 3E | 7A | 55 | 31 | 0 | 1E | 34 | 8F | 21 | 24 |
| Octal | 76 | 172 | 125 | 61 | 0 | 36 | 64 | 217 | 41 | 44 |
| Binary | 111110 | 1111010 | 1010101 | 110001 | 0 | 11110 | 110100 | 10001111 | 100001 | 100100 |
Color Harmonies of #3E7A55
Complementary color
Monochromatic Colors of #3E7A55
Black with #3E7A55
Text Example
Text Example
White with #3E7A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7A55; }
p { color: rgb(62,122,85); }
H1.HeaderClassName
{
color: #3E7A55;
}
.AnyTagClassName
{
color: #3E7A55;
}
</style>
background-color css
<style>
a { background-color: #3E7A55; }
a { background-color: rgb(62,122,85); }
div.DivClassName
{
background-color: #3E7A55;
}
.BgClassName
{
background-color: #3E7A55;
}
</style>
border-color css
<style>
span { border-color: #3E7A55; }
span { border-color: rgb(62,122,85); }
td.TdClassName
{
border-color: #3E7A55;
}
.TagClassName
{
border-color: #3E7A55;
}
</style>