Shades of Amazon #3A774F
Tints of Amazon #3A774F
RGB
CMYK
RGB Variations
Color information
#3A774F (or 0x3A774F) is known color: Amazon. HEX triplet: 3A, 77 and 4F. RGB value is (58,119,79). Sum of RGB (Red+Green+Blue) = 58+119+79=256 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.66% from 256); Green value is 119 (46.88% from 255 or 46.48% from 256); Blue value is 79 (31.25% from 255 or 30.86% from 256); Max value from RGB is 119 - color contains mainly: green. Hex color #3A774F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A774F is #C588B0. Grayscale: #606060. Windows color (decimal): -12945585 or 5207866. OLE color: 5207866.
HSL color Cylindrical-coordinate representation of color #3A774F: hue angle of 140.66º 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 #3A774F is Cyan = 0.51, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 58 | 119 | 79 | - |
| CMYK | 0.51 | 0 | 0.34 | 0.53 |
| HSL | 140.66º | 0.34% | 0.35% | - |
| HSV(B) | 140.66º | 0.51% | 0.47% | - |
| XYZ | 9.75 | 14.66 | 9.71 | - |
| YUV | 96.2 | 118.29 | 100.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 119 | 79 | 0.51 | 0 | 0.34 | 0.53 | 140.66 | 0.34 | 0.35 |
| Hex | 3A | 77 | 4F | 33 | 0 | 22 | 35 | 8D | 22 | 23 |
| Octal | 72 | 167 | 117 | 63 | 0 | 42 | 65 | 215 | 42 | 43 |
| Binary | 111010 | 1110111 | 1001111 | 110011 | 0 | 100010 | 110101 | 10001101 | 100010 | 100011 |
Color Harmonies of #3A774F
Complementary color
Monochromatic Colors of #3A774F
Black with #3A774F
Text Example
Text Example
White with #3A774F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A774F; }
p { color: rgb(58,119,79); }
H1.HeaderClassName
{
color: #3A774F;
}
.AnyTagClassName
{
color: #3A774F;
}
</style>
background-color css
<style>
a { background-color: #3A774F; }
a { background-color: rgb(58,119,79); }
div.DivClassName
{
background-color: #3A774F;
}
.BgClassName
{
background-color: #3A774F;
}
</style>
border-color css
<style>
span { border-color: #3A774F; }
span { border-color: rgb(58,119,79); }
td.TdClassName
{
border-color: #3A774F;
}
.TagClassName
{
border-color: #3A774F;
}
</style>