Shades of Amazon #3E725A
Tints of Amazon #3E725A
RGB
CMYK
RGB Variations
Color information
#3E725A (or 0x3E725A) is known color: Amazon. HEX triplet: 3E, 72 and 5A. RGB value is (62,114,90). Sum of RGB (Red+Green+Blue) = 62+114+90=266 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.31% from 266); Green value is 114 (44.92% from 255 or 42.86% from 266); Blue value is 90 (35.55% from 255 or 33.83% from 266); Max value from RGB is 114 - color contains mainly: green. Hex color #3E725A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E725A is #C18DA5. Grayscale: #5F5F5F. Windows color (decimal): -12684710 or 5927486. OLE color: 5927486.
HSL color Cylindrical-coordinate representation of color #3E725A: hue angle of 152.31º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3E725A is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 62 | 114 | 90 | - |
| CMYK | 0.46 | 0 | 0.21 | 0.55 |
| HSL | 152.31º | 0.3% | 0.35% | - |
| HSV(B) | 152.31º | 0.46% | 0.45% | - |
| XYZ | 9.85 | 13.8 | 11.82 | - |
| YUV | 95.72 | 124.77 | 103.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 114 | 90 | 0.46 | 0 | 0.21 | 0.55 | 152.31 | 0.3 | 0.35 |
| Hex | 3E | 72 | 5A | 2E | 0 | 15 | 37 | 98 | 1E | 23 |
| Octal | 76 | 162 | 132 | 56 | 0 | 25 | 67 | 230 | 36 | 43 |
| Binary | 111110 | 1110010 | 1011010 | 101110 | 0 | 10101 | 110111 | 10011000 | 11110 | 100011 |
Color Harmonies of #3E725A
Complementary color
Monochromatic Colors of #3E725A
Black with #3E725A
Text Example
Text Example
White with #3E725A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E725A; }
p { color: rgb(62,114,90); }
H1.HeaderClassName
{
color: #3E725A;
}
.AnyTagClassName
{
color: #3E725A;
}
</style>
background-color css
<style>
a { background-color: #3E725A; }
a { background-color: rgb(62,114,90); }
div.DivClassName
{
background-color: #3E725A;
}
.BgClassName
{
background-color: #3E725A;
}
</style>
border-color css
<style>
span { border-color: #3E725A; }
span { border-color: rgb(62,114,90); }
td.TdClassName
{
border-color: #3E725A;
}
.TagClassName
{
border-color: #3E725A;
}
</style>