Shades of Amazon #3E7553
Tints of Amazon #3E7553
RGB
CMYK
RGB Variations
Color information
#3E7553 (or 0x3E7553) is known color: Amazon. HEX triplet: 3E, 75 and 53. RGB value is (62,117,83). Sum of RGB (Red+Green+Blue) = 62+117+83=262 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.66% from 262); Green value is 117 (46.09% from 255 or 44.66% from 262); Blue value is 83 (32.81% from 255 or 31.68% from 262); Max value from RGB is 117 - color contains mainly: green. Hex color #3E7553 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7553 is #C18AAC. Grayscale: #606060. Windows color (decimal): -12683949 or 5469502. OLE color: 5469502.
HSL color Cylindrical-coordinate representation of color #3E7553: hue angle of 142.91º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3E7553 is Cyan = 0.47, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 62 | 117 | 83 | - |
| CMYK | 0.47 | 0 | 0.29 | 0.54 |
| HSL | 142.91º | 0.31% | 0.35% | - |
| HSV(B) | 142.91º | 0.47% | 0.46% | - |
| XYZ | 9.91 | 14.37 | 10.44 | - |
| YUV | 96.68 | 120.28 | 103.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 117 | 83 | 0.47 | 0 | 0.29 | 0.54 | 142.91 | 0.31 | 0.35 |
| Hex | 3E | 75 | 53 | 2F | 0 | 1D | 36 | 8F | 1F | 23 |
| Octal | 76 | 165 | 123 | 57 | 0 | 35 | 66 | 217 | 37 | 43 |
| Binary | 111110 | 1110101 | 1010011 | 101111 | 0 | 11101 | 110110 | 10001111 | 11111 | 100011 |
Color Harmonies of #3E7553
Complementary color
Monochromatic Colors of #3E7553
Black with #3E7553
Text Example
Text Example
White with #3E7553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7553; }
p { color: rgb(62,117,83); }
H1.HeaderClassName
{
color: #3E7553;
}
.AnyTagClassName
{
color: #3E7553;
}
</style>
background-color css
<style>
a { background-color: #3E7553; }
a { background-color: rgb(62,117,83); }
div.DivClassName
{
background-color: #3E7553;
}
.BgClassName
{
background-color: #3E7553;
}
</style>
border-color css
<style>
span { border-color: #3E7553; }
span { border-color: rgb(62,117,83); }
td.TdClassName
{
border-color: #3E7553;
}
.TagClassName
{
border-color: #3E7553;
}
</style>