Shades of Amazon #3A755E
Tints of Amazon #3A755E
RGB
CMYK
RGB Variations
Color information
#3A755E (or 0x3A755E) is known color: Amazon. HEX triplet: 3A, 75 and 5E. RGB value is (58,117,94). Sum of RGB (Red+Green+Blue) = 58+117+94=269 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.56% from 269); Green value is 117 (46.09% from 255 or 43.49% from 269); Blue value is 94 (37.11% from 255 or 34.94% from 269); Max value from RGB is 117 - color contains mainly: green. Hex color #3A755E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A755E is #C58AA1. Grayscale: #606060. Windows color (decimal): -12946082 or 6190394. OLE color: 6190394.
HSL color Cylindrical-coordinate representation of color #3A755E: hue angle of 156.61º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3A755E is Cyan = 0.50, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 58 | 117 | 94 | - |
| CMYK | 0.50 | 0 | 0.20 | 0.54 |
| HSL | 156.61º | 0.34% | 0.34% | - |
| HSV(B) | 156.61º | 0.5% | 0.46% | - |
| XYZ | 10.13 | 14.43 | 12.84 | - |
| YUV | 96.74 | 126.45 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 117 | 94 | 0.50 | 0 | 0.20 | 0.54 | 156.61 | 0.34 | 0.34 |
| Hex | 3A | 75 | 5E | 32 | 0 | 14 | 36 | 9D | 22 | 22 |
| Octal | 72 | 165 | 136 | 62 | 0 | 24 | 66 | 235 | 42 | 42 |
| Binary | 111010 | 1110101 | 1011110 | 110010 | 0 | 10100 | 110110 | 10011101 | 100010 | 100010 |
Color Harmonies of #3A755E
Complementary color
Monochromatic Colors of #3A755E
Black with #3A755E
Text Example
Text Example
White with #3A755E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A755E; }
p { color: rgb(58,117,94); }
H1.HeaderClassName
{
color: #3A755E;
}
.AnyTagClassName
{
color: #3A755E;
}
</style>
background-color css
<style>
a { background-color: #3A755E; }
a { background-color: rgb(58,117,94); }
div.DivClassName
{
background-color: #3A755E;
}
.BgClassName
{
background-color: #3A755E;
}
</style>
border-color css
<style>
span { border-color: #3A755E; }
span { border-color: rgb(58,117,94); }
td.TdClassName
{
border-color: #3A755E;
}
.TagClassName
{
border-color: #3A755E;
}
</style>