Shades of Amazon #3A7557
Tints of Amazon #3A7557
RGB
CMYK
RGB Variations
Color information
#3A7557 (or 0x3A7557) is known color: Amazon. HEX triplet: 3A, 75 and 57. RGB value is (58,117,87). Sum of RGB (Red+Green+Blue) = 58+117+87=262 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.14% from 262); Green value is 117 (46.09% from 255 or 44.66% from 262); Blue value is 87 (34.38% from 255 or 33.21% from 262); Max value from RGB is 117 - color contains mainly: green. Hex color #3A7557 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7557 is #C58AA8. Grayscale: #606060. Windows color (decimal): -12946089 or 5731642. OLE color: 5731642.
HSL color Cylindrical-coordinate representation of color #3A7557: hue angle of 149.49º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3A7557 is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 58 | 117 | 87 | - |
| CMYK | 0.50 | 0 | 0.26 | 0.54 |
| HSL | 149.49º | 0.34% | 0.34% | - |
| HSV(B) | 149.49º | 0.5% | 0.46% | - |
| XYZ | 9.83 | 14.31 | 11.26 | - |
| YUV | 95.94 | 122.95 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 117 | 87 | 0.50 | 0 | 0.26 | 0.54 | 149.49 | 0.34 | 0.34 |
| Hex | 3A | 75 | 57 | 32 | 0 | 1A | 36 | 95 | 22 | 22 |
| Octal | 72 | 165 | 127 | 62 | 0 | 32 | 66 | 225 | 42 | 42 |
| Binary | 111010 | 1110101 | 1010111 | 110010 | 0 | 11010 | 110110 | 10010101 | 100010 | 100010 |
Color Harmonies of #3A7557
Complementary color
Monochromatic Colors of #3A7557
Black with #3A7557
Text Example
Text Example
White with #3A7557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7557; }
p { color: rgb(58,117,87); }
H1.HeaderClassName
{
color: #3A7557;
}
.AnyTagClassName
{
color: #3A7557;
}
</style>
background-color css
<style>
a { background-color: #3A7557; }
a { background-color: rgb(58,117,87); }
div.DivClassName
{
background-color: #3A7557;
}
.BgClassName
{
background-color: #3A7557;
}
</style>
border-color css
<style>
span { border-color: #3A7557; }
span { border-color: rgb(58,117,87); }
td.TdClassName
{
border-color: #3A7557;
}
.TagClassName
{
border-color: #3A7557;
}
</style>