Shades of Amazon #3A7049
Tints of Amazon #3A7049
RGB
CMYK
RGB Variations
Color information
#3A7049 (or 0x3A7049) is known color: Amazon. HEX triplet: 3A, 70 and 49. RGB value is (58,112,73). Sum of RGB (Red+Green+Blue) = 58+112+73=243 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.87% from 243); Green value is 112 (44.14% from 255 or 46.09% from 243); Blue value is 73 (28.91% from 255 or 30.04% from 243); Max value from RGB is 112 - color contains mainly: green. Hex color #3A7049 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7049 is #C58FB6. Grayscale: #5B5B5B. Windows color (decimal): -12947383 or 4812858. OLE color: 4812858.
HSL color Cylindrical-coordinate representation of color #3A7049: hue angle of 136.67º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A7049 is Cyan = 0.48, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 58 | 112 | 73 | - |
| CMYK | 0.48 | 0 | 0.35 | 0.56 |
| HSL | 136.67º | 0.32% | 0.33% | - |
| HSV(B) | 136.67º | 0.48% | 0.44% | - |
| XYZ | 8.74 | 12.97 | 8.35 | - |
| YUV | 91.41 | 117.61 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 112 | 73 | 0.48 | 0 | 0.35 | 0.56 | 136.67 | 0.32 | 0.33 |
| Hex | 3A | 70 | 49 | 30 | 0 | 23 | 38 | 89 | 20 | 21 |
| Octal | 72 | 160 | 111 | 60 | 0 | 43 | 70 | 211 | 40 | 41 |
| Binary | 111010 | 1110000 | 1001001 | 110000 | 0 | 100011 | 111000 | 10001001 | 100000 | 100001 |
Color Harmonies of #3A7049
Complementary color
Monochromatic Colors of #3A7049
Black with #3A7049
Text Example
Text Example
White with #3A7049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7049; }
p { color: rgb(58,112,73); }
H1.HeaderClassName
{
color: #3A7049;
}
.AnyTagClassName
{
color: #3A7049;
}
</style>
background-color css
<style>
a { background-color: #3A7049; }
a { background-color: rgb(58,112,73); }
div.DivClassName
{
background-color: #3A7049;
}
.BgClassName
{
background-color: #3A7049;
}
</style>
border-color css
<style>
span { border-color: #3A7049; }
span { border-color: rgb(58,112,73); }
td.TdClassName
{
border-color: #3A7049;
}
.TagClassName
{
border-color: #3A7049;
}
</style>