Shades of Amazon #3A7057
Tints of Amazon #3A7057
RGB
CMYK
RGB Variations
Color information
#3A7057 (or 0x3A7057) is known color: Amazon. HEX triplet: 3A, 70 and 57. RGB value is (58,112,87). Sum of RGB (Red+Green+Blue) = 58+112+87=257 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.57% from 257); Green value is 112 (44.14% from 255 or 43.58% from 257); Blue value is 87 (34.38% from 255 or 33.85% from 257); Max value from RGB is 112 - color contains mainly: green. Hex color #3A7057 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7057 is #C58FA8. Grayscale: #5D5D5D. Windows color (decimal): -12947369 or 5730362. OLE color: 5730362.
HSL color Cylindrical-coordinate representation of color #3A7057: hue angle of 152.22º 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 #3A7057 is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 58 | 112 | 87 | - |
| CMYK | 0.48 | 0 | 0.22 | 0.56 |
| HSL | 152.22º | 0.32% | 0.33% | - |
| HSV(B) | 152.22º | 0.48% | 0.44% | - |
| XYZ | 9.26 | 13.18 | 11.07 | - |
| YUV | 93 | 124.61 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 112 | 87 | 0.48 | 0 | 0.22 | 0.56 | 152.22 | 0.32 | 0.33 |
| Hex | 3A | 70 | 57 | 30 | 0 | 16 | 38 | 98 | 20 | 21 |
| Octal | 72 | 160 | 127 | 60 | 0 | 26 | 70 | 230 | 40 | 41 |
| Binary | 111010 | 1110000 | 1010111 | 110000 | 0 | 10110 | 111000 | 10011000 | 100000 | 100001 |
Color Harmonies of #3A7057
Complementary color
Monochromatic Colors of #3A7057
Black with #3A7057
Text Example
Text Example
White with #3A7057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7057; }
p { color: rgb(58,112,87); }
H1.HeaderClassName
{
color: #3A7057;
}
.AnyTagClassName
{
color: #3A7057;
}
</style>
background-color css
<style>
a { background-color: #3A7057; }
a { background-color: rgb(58,112,87); }
div.DivClassName
{
background-color: #3A7057;
}
.BgClassName
{
background-color: #3A7057;
}
</style>
border-color css
<style>
span { border-color: #3A7057; }
span { border-color: rgb(58,112,87); }
td.TdClassName
{
border-color: #3A7057;
}
.TagClassName
{
border-color: #3A7057;
}
</style>