Shades of Amazon #3E7C58
Tints of Amazon #3E7C58
RGB
CMYK
RGB Variations
Color information
#3E7C58 (or 0x3E7C58) is known color: Amazon. HEX triplet: 3E, 7C and 58. RGB value is (62,124,88). Sum of RGB (Red+Green+Blue) = 62+124+88=274 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.63% from 274); Green value is 124 (48.83% from 255 or 45.26% from 274); Blue value is 88 (34.77% from 255 or 32.12% from 274); Max value from RGB is 124 - color contains mainly: green. Hex color #3E7C58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7C58 is #C183A7. Grayscale: #656565. Windows color (decimal): -12682152 or 5798974. OLE color: 5798974.
HSL color Cylindrical-coordinate representation of color #3E7C58: hue angle of 145.16º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3E7C58 is Cyan = 0.5, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 62 | 124 | 88 | - |
| CMYK | 0.5 | 0 | 0.29 | 0.51 |
| HSL | 145.16º | 0.33% | 0.36% | - |
| HSV(B) | 145.16º | 0.5% | 0.49% | - |
| XYZ | 10.96 | 16.14 | 11.77 | - |
| YUV | 101.36 | 120.46 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 124 | 88 | 0.5 | 0 | 0.29 | 0.51 | 145.16 | 0.33 | 0.36 |
| Hex | 3E | 7C | 58 | 32 | 0 | 1D | 33 | 91 | 21 | 24 |
| Octal | 76 | 174 | 130 | 62 | 0 | 35 | 63 | 221 | 41 | 44 |
| Binary | 111110 | 1111100 | 1011000 | 110010 | 0 | 11101 | 110011 | 10010001 | 100001 | 100100 |
Color Harmonies of #3E7C58
Complementary color
Monochromatic Colors of #3E7C58
Black with #3E7C58
Text Example
Text Example
White with #3E7C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7C58; }
p { color: rgb(62,124,88); }
H1.HeaderClassName
{
color: #3E7C58;
}
.AnyTagClassName
{
color: #3E7C58;
}
</style>
background-color css
<style>
a { background-color: #3E7C58; }
a { background-color: rgb(62,124,88); }
div.DivClassName
{
background-color: #3E7C58;
}
.BgClassName
{
background-color: #3E7C58;
}
</style>
border-color css
<style>
span { border-color: #3E7C58; }
span { border-color: rgb(62,124,88); }
td.TdClassName
{
border-color: #3E7C58;
}
.TagClassName
{
border-color: #3E7C58;
}
</style>