Shades of Amazon #3A7353
Tints of Amazon #3A7353
RGB
CMYK
RGB Variations
Color information
#3A7353 (or 0x3A7353) is known color: Amazon. HEX triplet: 3A, 73 and 53. RGB value is (58,115,83). Sum of RGB (Red+Green+Blue) = 58+115+83=256 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.66% from 256); Green value is 115 (45.31% from 255 or 44.92% from 256); Blue value is 83 (32.81% from 255 or 32.42% from 256); Max value from RGB is 115 - color contains mainly: green. Hex color #3A7353 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7353 is #C58CAC. Grayscale: #5E5E5E. Windows color (decimal): -12946605 or 5468986. OLE color: 5468986.
HSL color Cylindrical-coordinate representation of color #3A7353: hue angle of 146.32º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3A7353 is Cyan = 0.50, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 58 | 115 | 83 | - |
| CMYK | 0.50 | 0 | 0.28 | 0.55 |
| HSL | 146.32º | 0.33% | 0.34% | - |
| HSV(B) | 146.32º | 0.5% | 0.45% | - |
| XYZ | 9.44 | 13.79 | 10.35 | - |
| YUV | 94.31 | 121.62 | 102.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 115 | 83 | 0.50 | 0 | 0.28 | 0.55 | 146.32 | 0.33 | 0.34 |
| Hex | 3A | 73 | 53 | 32 | 0 | 1C | 37 | 92 | 21 | 22 |
| Octal | 72 | 163 | 123 | 62 | 0 | 34 | 67 | 222 | 41 | 42 |
| Binary | 111010 | 1110011 | 1010011 | 110010 | 0 | 11100 | 110111 | 10010010 | 100001 | 100010 |
Color Harmonies of #3A7353
Complementary color
Monochromatic Colors of #3A7353
Black with #3A7353
Text Example
Text Example
White with #3A7353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7353; }
p { color: rgb(58,115,83); }
H1.HeaderClassName
{
color: #3A7353;
}
.AnyTagClassName
{
color: #3A7353;
}
</style>
background-color css
<style>
a { background-color: #3A7353; }
a { background-color: rgb(58,115,83); }
div.DivClassName
{
background-color: #3A7353;
}
.BgClassName
{
background-color: #3A7353;
}
</style>
border-color css
<style>
span { border-color: #3A7353; }
span { border-color: rgb(58,115,83); }
td.TdClassName
{
border-color: #3A7353;
}
.TagClassName
{
border-color: #3A7353;
}
</style>