Shades of Amazon #3E7A5B
Tints of Amazon #3E7A5B
RGB
CMYK
RGB Variations
Color information
#3E7A5B (or 0x3E7A5B) is known color: Amazon. HEX triplet: 3E, 7A and 5B. RGB value is (62,122,91). Sum of RGB (Red+Green+Blue) = 62+122+91=275 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.55% from 275); Green value is 122 (48.05% from 255 or 44.36% from 275); Blue value is 91 (35.94% from 255 or 33.09% from 275); Max value from RGB is 122 - color contains mainly: green. Hex color #3E7A5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7A5B is #C185A4. Grayscale: #646464. Windows color (decimal): -12682661 or 5995070. OLE color: 5995070.
HSL color Cylindrical-coordinate representation of color #3E7A5B: hue angle of 149º 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 #3E7A5B is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 62 | 122 | 91 | - |
| CMYK | 0.49 | 0 | 0.25 | 0.52 |
| HSL | 149º | 0.33% | 0.36% | - |
| HSV(B) | 149º | 0.49% | 0.48% | - |
| XYZ | 10.83 | 15.7 | 12.36 | - |
| YUV | 100.53 | 122.62 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 122 | 91 | 0.49 | 0 | 0.25 | 0.52 | 149 | 0.33 | 0.36 |
| Hex | 3E | 7A | 5B | 31 | 0 | 19 | 34 | 95 | 21 | 24 |
| Octal | 76 | 172 | 133 | 61 | 0 | 31 | 64 | 225 | 41 | 44 |
| Binary | 111110 | 1111010 | 1011011 | 110001 | 0 | 11001 | 110100 | 10010101 | 100001 | 100100 |
Color Harmonies of #3E7A5B
Complementary color
Monochromatic Colors of #3E7A5B
Black with #3E7A5B
Text Example
Text Example
White with #3E7A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7A5B; }
p { color: rgb(62,122,91); }
H1.HeaderClassName
{
color: #3E7A5B;
}
.AnyTagClassName
{
color: #3E7A5B;
}
</style>
background-color css
<style>
a { background-color: #3E7A5B; }
a { background-color: rgb(62,122,91); }
div.DivClassName
{
background-color: #3E7A5B;
}
.BgClassName
{
background-color: #3E7A5B;
}
</style>
border-color css
<style>
span { border-color: #3E7A5B; }
span { border-color: rgb(62,122,91); }
td.TdClassName
{
border-color: #3E7A5B;
}
.TagClassName
{
border-color: #3E7A5B;
}
</style>