Shades of Amazon #3A704E
Tints of Amazon #3A704E
RGB
CMYK
RGB Variations
Color information
#3A704E (or 0x3A704E) is known color: Amazon. HEX triplet: 3A, 70 and 4E. RGB value is (58,112,78). Sum of RGB (Red+Green+Blue) = 58+112+78=248 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.39% from 248); Green value is 112 (44.14% from 255 or 45.16% from 248); Blue value is 78 (30.86% from 255 or 31.45% from 248); Max value from RGB is 112 - color contains mainly: green. Hex color #3A704E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A704E is #C58FB1. Grayscale: #5C5C5C. Windows color (decimal): -12947378 or 5140538. OLE color: 5140538.
HSL color Cylindrical-coordinate representation of color #3A704E: hue angle of 142.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 #3A704E is Cyan = 0.48, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 58 | 112 | 78 | - |
| CMYK | 0.48 | 0 | 0.30 | 0.56 |
| HSL | 142.22º | 0.32% | 0.33% | - |
| HSV(B) | 142.22º | 0.48% | 0.44% | - |
| XYZ | 8.91 | 13.04 | 9.25 | - |
| YUV | 91.98 | 120.11 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 112 | 78 | 0.48 | 0 | 0.30 | 0.56 | 142.22 | 0.32 | 0.33 |
| Hex | 3A | 70 | 4E | 30 | 0 | 1E | 38 | 8E | 20 | 21 |
| Octal | 72 | 160 | 116 | 60 | 0 | 36 | 70 | 216 | 40 | 41 |
| Binary | 111010 | 1110000 | 1001110 | 110000 | 0 | 11110 | 111000 | 10001110 | 100000 | 100001 |
Color Harmonies of #3A704E
Complementary color
Monochromatic Colors of #3A704E
Black with #3A704E
Text Example
Text Example
White with #3A704E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A704E; }
p { color: rgb(58,112,78); }
H1.HeaderClassName
{
color: #3A704E;
}
.AnyTagClassName
{
color: #3A704E;
}
</style>
background-color css
<style>
a { background-color: #3A704E; }
a { background-color: rgb(58,112,78); }
div.DivClassName
{
background-color: #3A704E;
}
.BgClassName
{
background-color: #3A704E;
}
</style>
border-color css
<style>
span { border-color: #3A704E; }
span { border-color: rgb(58,112,78); }
td.TdClassName
{
border-color: #3A704E;
}
.TagClassName
{
border-color: #3A704E;
}
</style>