Shades of Amazon #3A7E5B
Tints of Amazon #3A7E5B
RGB
CMYK
RGB Variations
Color information
#3A7E5B (or 0x3A7E5B) is known color: Amazon. HEX triplet: 3A, 7E and 5B. RGB value is (58,126,91). Sum of RGB (Red+Green+Blue) = 58+126+91=275 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.09% from 275); Green value is 126 (49.61% from 255 or 45.82% from 275); Blue value is 91 (35.94% from 255 or 33.09% from 275); Max value from RGB is 126 - color contains mainly: green. Hex color #3A7E5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7E5B is #C581A4. Grayscale: #656565. Windows color (decimal): -12943781 or 5996090. OLE color: 5996090.
HSL color Cylindrical-coordinate representation of color #3A7E5B: hue angle of 149.12º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3A7E5B is Cyan = 0.54, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 58 | 126 | 91 | - |
| CMYK | 0.54 | 0 | 0.28 | 0.51 |
| HSL | 149.12º | 0.37% | 0.36% | - |
| HSV(B) | 149.12º | 0.54% | 0.49% | - |
| XYZ | 11.09 | 16.58 | 12.51 | - |
| YUV | 101.68 | 121.97 | 96.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 126 | 91 | 0.54 | 0 | 0.28 | 0.51 | 149.12 | 0.37 | 0.36 |
| Hex | 3A | 7E | 5B | 36 | 0 | 1C | 33 | 95 | 25 | 24 |
| Octal | 72 | 176 | 133 | 66 | 0 | 34 | 63 | 225 | 45 | 44 |
| Binary | 111010 | 1111110 | 1011011 | 110110 | 0 | 11100 | 110011 | 10010101 | 100101 | 100100 |
Color Harmonies of #3A7E5B
Complementary color
Monochromatic Colors of #3A7E5B
Black with #3A7E5B
Text Example
Text Example
White with #3A7E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7E5B; }
p { color: rgb(58,126,91); }
H1.HeaderClassName
{
color: #3A7E5B;
}
.AnyTagClassName
{
color: #3A7E5B;
}
</style>
background-color css
<style>
a { background-color: #3A7E5B; }
a { background-color: rgb(58,126,91); }
div.DivClassName
{
background-color: #3A7E5B;
}
.BgClassName
{
background-color: #3A7E5B;
}
</style>
border-color css
<style>
span { border-color: #3A7E5B; }
span { border-color: rgb(58,126,91); }
td.TdClassName
{
border-color: #3A7E5B;
}
.TagClassName
{
border-color: #3A7E5B;
}
</style>