Shades of Amazon #3A845C
Tints of Amazon #3A845C
RGB
CMYK
RGB Variations
Color information
#3A845C (or 0x3A845C) is known color: Amazon. HEX triplet: 3A, 84 and 5C. RGB value is (58,132,92). Sum of RGB (Red+Green+Blue) = 58+132+92=282 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.57% from 282); Green value is 132 (51.95% from 255 or 46.81% from 282); Blue value is 92 (36.33% from 255 or 32.62% from 282); Max value from RGB is 132 - color contains mainly: green. Hex color #3A845C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A845C is #C57BA3. Grayscale: #696969. Windows color (decimal): -12942244 or 6063162. OLE color: 6063162.
HSL color Cylindrical-coordinate representation of color #3A845C: hue angle of 147.57º 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 #3A845C is Cyan = 0.56, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 58 | 132 | 92 | - |
| CMYK | 0.56 | 0 | 0.30 | 0.48 |
| HSL | 147.57º | 0.39% | 0.37% | - |
| HSV(B) | 147.57º | 0.56% | 0.52% | - |
| XYZ | 11.93 | 18.17 | 13 | - |
| YUV | 105.31 | 120.48 | 94.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 132 | 92 | 0.56 | 0 | 0.30 | 0.48 | 147.57 | 0.39 | 0.37 |
| Hex | 3A | 84 | 5C | 38 | 0 | 1E | 30 | 94 | 27 | 25 |
| Octal | 72 | 204 | 134 | 70 | 0 | 36 | 60 | 224 | 47 | 45 |
| Binary | 111010 | 10000100 | 1011100 | 111000 | 0 | 11110 | 110000 | 10010100 | 100111 | 100101 |
Color Harmonies of #3A845C
Complementary color
Monochromatic Colors of #3A845C
Black with #3A845C
Text Example
Text Example
White with #3A845C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A845C; }
p { color: rgb(58,132,92); }
H1.HeaderClassName
{
color: #3A845C;
}
.AnyTagClassName
{
color: #3A845C;
}
</style>
background-color css
<style>
a { background-color: #3A845C; }
a { background-color: rgb(58,132,92); }
div.DivClassName
{
background-color: #3A845C;
}
.BgClassName
{
background-color: #3A845C;
}
</style>
border-color css
<style>
span { border-color: #3A845C; }
span { border-color: rgb(58,132,92); }
td.TdClassName
{
border-color: #3A845C;
}
.TagClassName
{
border-color: #3A845C;
}
</style>