Shades of Amazon #3E7B53
Tints of Amazon #3E7B53
RGB
CMYK
RGB Variations
Color information
#3E7B53 (or 0x3E7B53) is known color: Amazon. HEX triplet: 3E, 7B and 53. RGB value is (62,123,83). Sum of RGB (Red+Green+Blue) = 62+123+83=268 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.13% from 268); Green value is 123 (48.44% from 255 or 45.90% from 268); Blue value is 83 (32.81% from 255 or 30.97% from 268); Max value from RGB is 123 - color contains mainly: green. Hex color #3E7B53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7B53 is #C184AC. Grayscale: #646464. Windows color (decimal): -12682413 or 5471038. OLE color: 5471038.
HSL color Cylindrical-coordinate representation of color #3E7B53: hue angle of 140.66º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3E7B53 is Cyan = 0.50, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 62 | 123 | 83 | - |
| CMYK | 0.50 | 0 | 0.33 | 0.52 |
| HSL | 140.66º | 0.33% | 0.36% | - |
| HSV(B) | 140.66º | 0.5% | 0.48% | - |
| XYZ | 10.63 | 15.81 | 10.68 | - |
| YUV | 100.2 | 118.29 | 100.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 123 | 83 | 0.50 | 0 | 0.33 | 0.52 | 140.66 | 0.33 | 0.36 |
| Hex | 3E | 7B | 53 | 32 | 0 | 21 | 34 | 8D | 21 | 24 |
| Octal | 76 | 173 | 123 | 62 | 0 | 41 | 64 | 215 | 41 | 44 |
| Binary | 111110 | 1111011 | 1010011 | 110010 | 0 | 100001 | 110100 | 10001101 | 100001 | 100100 |
Color Harmonies of #3E7B53
Complementary color
Monochromatic Colors of #3E7B53
Black with #3E7B53
Text Example
Text Example
White with #3E7B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7B53; }
p { color: rgb(62,123,83); }
H1.HeaderClassName
{
color: #3E7B53;
}
.AnyTagClassName
{
color: #3E7B53;
}
</style>
background-color css
<style>
a { background-color: #3E7B53; }
a { background-color: rgb(62,123,83); }
div.DivClassName
{
background-color: #3E7B53;
}
.BgClassName
{
background-color: #3E7B53;
}
</style>
border-color css
<style>
span { border-color: #3E7B53; }
span { border-color: rgb(62,123,83); }
td.TdClassName
{
border-color: #3E7B53;
}
.TagClassName
{
border-color: #3E7B53;
}
</style>