Shades of Amazon #3A775C
Tints of Amazon #3A775C
RGB
CMYK
RGB Variations
Color information
#3A775C (or 0x3A775C) is known color: Amazon. HEX triplet: 3A, 77 and 5C. RGB value is (58,119,92). Sum of RGB (Red+Green+Blue) = 58+119+92=269 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.56% from 269); Green value is 119 (46.88% from 255 or 44.24% from 269); Blue value is 92 (36.33% from 255 or 34.20% from 269); Max value from RGB is 119 - color contains mainly: green. Hex color #3A775C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A775C is #C588A3. Grayscale: #616161. Windows color (decimal): -12945572 or 6059834. OLE color: 6059834.
HSL color Cylindrical-coordinate representation of color #3A775C: hue angle of 153.44º 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 #3A775C is Cyan = 0.51, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 58 | 119 | 92 | - |
| CMYK | 0.51 | 0 | 0.23 | 0.53 |
| HSL | 153.44º | 0.34% | 0.35% | - |
| HSV(B) | 153.44º | 0.51% | 0.47% | - |
| XYZ | 10.27 | 14.87 | 12.45 | - |
| YUV | 97.68 | 124.79 | 99.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 119 | 92 | 0.51 | 0 | 0.23 | 0.53 | 153.44 | 0.34 | 0.35 |
| Hex | 3A | 77 | 5C | 33 | 0 | 17 | 35 | 99 | 22 | 23 |
| Octal | 72 | 167 | 134 | 63 | 0 | 27 | 65 | 231 | 42 | 43 |
| Binary | 111010 | 1110111 | 1011100 | 110011 | 0 | 10111 | 110101 | 10011001 | 100010 | 100011 |
Color Harmonies of #3A775C
Complementary color
Monochromatic Colors of #3A775C
Black with #3A775C
Text Example
Text Example
White with #3A775C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A775C; }
p { color: rgb(58,119,92); }
H1.HeaderClassName
{
color: #3A775C;
}
.AnyTagClassName
{
color: #3A775C;
}
</style>
background-color css
<style>
a { background-color: #3A775C; }
a { background-color: rgb(58,119,92); }
div.DivClassName
{
background-color: #3A775C;
}
.BgClassName
{
background-color: #3A775C;
}
</style>
border-color css
<style>
span { border-color: #3A775C; }
span { border-color: rgb(58,119,92); }
td.TdClassName
{
border-color: #3A775C;
}
.TagClassName
{
border-color: #3A775C;
}
</style>