Shades of Amazon #3A704A
Tints of Amazon #3A704A
RGB
CMYK
RGB Variations
Color information
#3A704A (or 0x3A704A) is known color: Amazon. HEX triplet: 3A, 70 and 4A. RGB value is (58,112,74). Sum of RGB (Red+Green+Blue) = 58+112+74=244 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.77% from 244); Green value is 112 (44.14% from 255 or 45.90% from 244); Blue value is 74 (29.30% from 255 or 30.33% from 244); Max value from RGB is 112 - color contains mainly: green. Hex color #3A704A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A704A is #C58FB5. Grayscale: #5B5B5B. Windows color (decimal): -12947382 or 4878394. OLE color: 4878394.
HSL color Cylindrical-coordinate representation of color #3A704A: hue angle of 137.78º 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 #3A704A is Cyan = 0.48, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 58 | 112 | 74 | - |
| CMYK | 0.48 | 0 | 0.34 | 0.56 |
| HSL | 137.78º | 0.32% | 0.33% | - |
| HSV(B) | 137.78º | 0.48% | 0.44% | - |
| XYZ | 8.78 | 12.98 | 8.52 | - |
| YUV | 91.52 | 118.11 | 104.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 112 | 74 | 0.48 | 0 | 0.34 | 0.56 | 137.78 | 0.32 | 0.33 |
| Hex | 3A | 70 | 4A | 30 | 0 | 22 | 38 | 8A | 20 | 21 |
| Octal | 72 | 160 | 112 | 60 | 0 | 42 | 70 | 212 | 40 | 41 |
| Binary | 111010 | 1110000 | 1001010 | 110000 | 0 | 100010 | 111000 | 10001010 | 100000 | 100001 |
Color Harmonies of #3A704A
Complementary color
Monochromatic Colors of #3A704A
Black with #3A704A
Text Example
Text Example
White with #3A704A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A704A; }
p { color: rgb(58,112,74); }
H1.HeaderClassName
{
color: #3A704A;
}
.AnyTagClassName
{
color: #3A704A;
}
</style>
background-color css
<style>
a { background-color: #3A704A; }
a { background-color: rgb(58,112,74); }
div.DivClassName
{
background-color: #3A704A;
}
.BgClassName
{
background-color: #3A704A;
}
</style>
border-color css
<style>
span { border-color: #3A704A; }
span { border-color: rgb(58,112,74); }
td.TdClassName
{
border-color: #3A704A;
}
.TagClassName
{
border-color: #3A704A;
}
</style>