Shades of Amazon #3A7E4D
Tints of Amazon #3A7E4D
RGB
CMYK
RGB Variations
Color information
#3A7E4D (or 0x3A7E4D) is known color: Amazon. HEX triplet: 3A, 7E and 4D. RGB value is (58,126,77). Sum of RGB (Red+Green+Blue) = 58+126+77=261 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.22% from 261); Green value is 126 (49.61% from 255 or 48.28% from 261); Blue value is 77 (30.47% from 255 or 29.50% from 261); Max value from RGB is 126 - color contains mainly: green. Hex color #3A7E4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7E4D is #C581B2. Grayscale: #646464. Windows color (decimal): -12943795 or 5078586. OLE color: 5078586.
HSL color Cylindrical-coordinate representation of color #3A7E4D: hue angle of 136.76º 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 #3A7E4D is Cyan = 0.54, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 58 | 126 | 77 | - |
| CMYK | 0.54 | 0 | 0.39 | 0.51 |
| HSL | 136.76º | 0.37% | 0.36% | - |
| HSV(B) | 136.76º | 0.54% | 0.49% | - |
| XYZ | 10.55 | 16.36 | 9.62 | - |
| YUV | 100.08 | 114.97 | 97.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 126 | 77 | 0.54 | 0 | 0.39 | 0.51 | 136.76 | 0.37 | 0.36 |
| Hex | 3A | 7E | 4D | 36 | 0 | 27 | 33 | 89 | 25 | 24 |
| Octal | 72 | 176 | 115 | 66 | 0 | 47 | 63 | 211 | 45 | 44 |
| Binary | 111010 | 1111110 | 1001101 | 110110 | 0 | 100111 | 110011 | 10001001 | 100101 | 100100 |
Color Harmonies of #3A7E4D
Complementary color
Monochromatic Colors of #3A7E4D
Black with #3A7E4D
Text Example
Text Example
White with #3A7E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7E4D; }
p { color: rgb(58,126,77); }
H1.HeaderClassName
{
color: #3A7E4D;
}
.AnyTagClassName
{
color: #3A7E4D;
}
</style>
background-color css
<style>
a { background-color: #3A7E4D; }
a { background-color: rgb(58,126,77); }
div.DivClassName
{
background-color: #3A7E4D;
}
.BgClassName
{
background-color: #3A7E4D;
}
</style>
border-color css
<style>
span { border-color: #3A7E4D; }
span { border-color: rgb(58,126,77); }
td.TdClassName
{
border-color: #3A7E4D;
}
.TagClassName
{
border-color: #3A7E4D;
}
</style>