Shades of Amazon #3A774D
Tints of Amazon #3A774D
RGB
CMYK
RGB Variations
Color information
#3A774D (or 0x3A774D) is known color: Amazon. HEX triplet: 3A, 77 and 4D. RGB value is (58,119,77). Sum of RGB (Red+Green+Blue) = 58+119+77=254 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.83% from 254); Green value is 119 (46.88% from 255 or 46.85% from 254); Blue value is 77 (30.47% from 255 or 30.31% from 254); Max value from RGB is 119 - color contains mainly: green. Hex color #3A774D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A774D is #C588B2. Grayscale: #606060. Windows color (decimal): -12945587 or 5076794. OLE color: 5076794.
HSL color Cylindrical-coordinate representation of color #3A774D: hue angle of 138.69º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3A774D is Cyan = 0.51, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 58 | 119 | 77 | - |
| CMYK | 0.51 | 0 | 0.35 | 0.53 |
| HSL | 138.69º | 0.34% | 0.35% | - |
| HSV(B) | 138.69º | 0.51% | 0.47% | - |
| XYZ | 9.68 | 14.63 | 9.33 | - |
| YUV | 95.97 | 117.29 | 100.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 119 | 77 | 0.51 | 0 | 0.35 | 0.53 | 138.69 | 0.34 | 0.35 |
| Hex | 3A | 77 | 4D | 33 | 0 | 23 | 35 | 8B | 22 | 23 |
| Octal | 72 | 167 | 115 | 63 | 0 | 43 | 65 | 213 | 42 | 43 |
| Binary | 111010 | 1110111 | 1001101 | 110011 | 0 | 100011 | 110101 | 10001011 | 100010 | 100011 |
Color Harmonies of #3A774D
Complementary color
Monochromatic Colors of #3A774D
Black with #3A774D
Text Example
Text Example
White with #3A774D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A774D; }
p { color: rgb(58,119,77); }
H1.HeaderClassName
{
color: #3A774D;
}
.AnyTagClassName
{
color: #3A774D;
}
</style>
background-color css
<style>
a { background-color: #3A774D; }
a { background-color: rgb(58,119,77); }
div.DivClassName
{
background-color: #3A774D;
}
.BgClassName
{
background-color: #3A774D;
}
</style>
border-color css
<style>
span { border-color: #3A774D; }
span { border-color: rgb(58,119,77); }
td.TdClassName
{
border-color: #3A774D;
}
.TagClassName
{
border-color: #3A774D;
}
</style>