Shades of Amazon #3A775D
Tints of Amazon #3A775D
RGB
CMYK
RGB Variations
Color information
#3A775D (or 0x3A775D) is known color: Amazon. HEX triplet: 3A, 77 and 5D. RGB value is (58,119,93). Sum of RGB (Red+Green+Blue) = 58+119+93=270 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.48% from 270); Green value is 119 (46.88% from 255 or 44.07% from 270); Blue value is 93 (36.72% from 255 or 34.44% from 270); Max value from RGB is 119 - color contains mainly: green. Hex color #3A775D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A775D is #C588A2. Grayscale: #616161. Windows color (decimal): -12945571 or 6125370. OLE color: 6125370.
HSL color Cylindrical-coordinate representation of color #3A775D: hue angle of 154.43º 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 #3A775D is Cyan = 0.51, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 58 | 119 | 93 | - |
| CMYK | 0.51 | 0 | 0.22 | 0.53 |
| HSL | 154.43º | 0.34% | 0.35% | - |
| HSV(B) | 154.43º | 0.51% | 0.47% | - |
| XYZ | 10.32 | 14.88 | 12.68 | - |
| YUV | 97.8 | 125.29 | 99.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 119 | 93 | 0.51 | 0 | 0.22 | 0.53 | 154.43 | 0.34 | 0.35 |
| Hex | 3A | 77 | 5D | 33 | 0 | 16 | 35 | 9A | 22 | 23 |
| Octal | 72 | 167 | 135 | 63 | 0 | 26 | 65 | 232 | 42 | 43 |
| Binary | 111010 | 1110111 | 1011101 | 110011 | 0 | 10110 | 110101 | 10011010 | 100010 | 100011 |
Color Harmonies of #3A775D
Complementary color
Monochromatic Colors of #3A775D
Black with #3A775D
Text Example
Text Example
White with #3A775D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A775D; }
p { color: rgb(58,119,93); }
H1.HeaderClassName
{
color: #3A775D;
}
.AnyTagClassName
{
color: #3A775D;
}
</style>
background-color css
<style>
a { background-color: #3A775D; }
a { background-color: rgb(58,119,93); }
div.DivClassName
{
background-color: #3A775D;
}
.BgClassName
{
background-color: #3A775D;
}
</style>
border-color css
<style>
span { border-color: #3A775D; }
span { border-color: rgb(58,119,93); }
td.TdClassName
{
border-color: #3A775D;
}
.TagClassName
{
border-color: #3A775D;
}
</style>