Shades of Amazon #3A7755
Tints of Amazon #3A7755
RGB
CMYK
RGB Variations
Color information
#3A7755 (or 0x3A7755) is known color: Amazon. HEX triplet: 3A, 77 and 55. RGB value is (58,119,85). Sum of RGB (Red+Green+Blue) = 58+119+85=262 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.14% from 262); Green value is 119 (46.88% from 255 or 45.42% from 262); Blue value is 85 (33.59% from 255 or 32.44% from 262); Max value from RGB is 119 - color contains mainly: green. Hex color #3A7755 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7755 is #C588AA. Grayscale: #606060. Windows color (decimal): -12945579 or 5601082. OLE color: 5601082.
HSL color Cylindrical-coordinate representation of color #3A7755: hue angle of 146.56º 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 #3A7755 is Cyan = 0.51, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 58 | 119 | 85 | - |
| CMYK | 0.51 | 0 | 0.29 | 0.53 |
| HSL | 146.56º | 0.34% | 0.35% | - |
| HSV(B) | 146.56º | 0.51% | 0.47% | - |
| XYZ | 9.98 | 14.75 | 10.92 | - |
| YUV | 96.89 | 121.29 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 119 | 85 | 0.51 | 0 | 0.29 | 0.53 | 146.56 | 0.34 | 0.35 |
| Hex | 3A | 77 | 55 | 33 | 0 | 1D | 35 | 93 | 22 | 23 |
| Octal | 72 | 167 | 125 | 63 | 0 | 35 | 65 | 223 | 42 | 43 |
| Binary | 111010 | 1110111 | 1010101 | 110011 | 0 | 11101 | 110101 | 10010011 | 100010 | 100011 |
Color Harmonies of #3A7755
Complementary color
Monochromatic Colors of #3A7755
Black with #3A7755
Text Example
Text Example
White with #3A7755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7755; }
p { color: rgb(58,119,85); }
H1.HeaderClassName
{
color: #3A7755;
}
.AnyTagClassName
{
color: #3A7755;
}
</style>
background-color css
<style>
a { background-color: #3A7755; }
a { background-color: rgb(58,119,85); }
div.DivClassName
{
background-color: #3A7755;
}
.BgClassName
{
background-color: #3A7755;
}
</style>
border-color css
<style>
span { border-color: #3A7755; }
span { border-color: rgb(58,119,85); }
td.TdClassName
{
border-color: #3A7755;
}
.TagClassName
{
border-color: #3A7755;
}
</style>