Shades of Amazon #3A845E
Tints of Amazon #3A845E
RGB
CMYK
RGB Variations
Color information
#3A845E (or 0x3A845E) is known color: Amazon. HEX triplet: 3A, 84 and 5E. RGB value is (58,132,94). Sum of RGB (Red+Green+Blue) = 58+132+94=284 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.42% from 284); Green value is 132 (51.95% from 255 or 46.48% from 284); Blue value is 94 (37.11% from 255 or 33.10% from 284); Max value from RGB is 132 - color contains mainly: green. Hex color #3A845E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A845E is #C57BA1. Grayscale: #696969. Windows color (decimal): -12942242 or 6194234. OLE color: 6194234.
HSL color Cylindrical-coordinate representation of color #3A845E: hue angle of 149.19º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3A845E is Cyan = 0.56, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 58 | 132 | 94 | - |
| CMYK | 0.56 | 0 | 0.29 | 0.48 |
| HSL | 149.19º | 0.39% | 0.37% | - |
| HSV(B) | 149.19º | 0.56% | 0.52% | - |
| XYZ | 12.02 | 18.21 | 13.47 | - |
| YUV | 105.54 | 121.48 | 94.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 132 | 94 | 0.56 | 0 | 0.29 | 0.48 | 149.19 | 0.39 | 0.37 |
| Hex | 3A | 84 | 5E | 38 | 0 | 1D | 30 | 95 | 27 | 25 |
| Octal | 72 | 204 | 136 | 70 | 0 | 35 | 60 | 225 | 47 | 45 |
| Binary | 111010 | 10000100 | 1011110 | 111000 | 0 | 11101 | 110000 | 10010101 | 100111 | 100101 |
Color Harmonies of #3A845E
Complementary color
Monochromatic Colors of #3A845E
Black with #3A845E
Text Example
Text Example
White with #3A845E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A845E; }
p { color: rgb(58,132,94); }
H1.HeaderClassName
{
color: #3A845E;
}
.AnyTagClassName
{
color: #3A845E;
}
</style>
background-color css
<style>
a { background-color: #3A845E; }
a { background-color: rgb(58,132,94); }
div.DivClassName
{
background-color: #3A845E;
}
.BgClassName
{
background-color: #3A845E;
}
</style>
border-color css
<style>
span { border-color: #3A845E; }
span { border-color: rgb(58,132,94); }
td.TdClassName
{
border-color: #3A845E;
}
.TagClassName
{
border-color: #3A845E;
}
</style>