Shades of Amazon #3A845F
Tints of Amazon #3A845F
RGB
CMYK
RGB Variations
Color information
#3A845F (or 0x3A845F) is known color: Amazon. HEX triplet: 3A, 84 and 5F. RGB value is (58,132,95). Sum of RGB (Red+Green+Blue) = 58+132+95=285 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.35% from 285); Green value is 132 (51.95% from 255 or 46.32% from 285); Blue value is 95 (37.5% from 255 or 33.33% from 285); Max value from RGB is 132 - color contains mainly: green. Hex color #3A845F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A845F is #C57BA0. Grayscale: #696969. Windows color (decimal): -12942241 or 6259770. OLE color: 6259770.
HSL color Cylindrical-coordinate representation of color #3A845F: hue angle of 150º 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 #3A845F is Cyan = 0.56, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 58 | 132 | 95 | - |
| CMYK | 0.56 | 0 | 0.28 | 0.48 |
| HSL | 150º | 0.39% | 0.37% | - |
| HSV(B) | 150º | 0.56% | 0.52% | - |
| XYZ | 12.06 | 18.23 | 13.71 | - |
| YUV | 105.66 | 121.98 | 94.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 132 | 95 | 0.56 | 0 | 0.28 | 0.48 | 150 | 0.39 | 0.37 |
| Hex | 3A | 84 | 5F | 38 | 0 | 1C | 30 | 96 | 27 | 25 |
| Octal | 72 | 204 | 137 | 70 | 0 | 34 | 60 | 226 | 47 | 45 |
| Binary | 111010 | 10000100 | 1011111 | 111000 | 0 | 11100 | 110000 | 10010110 | 100111 | 100101 |
Color Harmonies of #3A845F
Complementary color
Monochromatic Colors of #3A845F
Black with #3A845F
Text Example
Text Example
White with #3A845F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A845F; }
p { color: rgb(58,132,95); }
H1.HeaderClassName
{
color: #3A845F;
}
.AnyTagClassName
{
color: #3A845F;
}
</style>
background-color css
<style>
a { background-color: #3A845F; }
a { background-color: rgb(58,132,95); }
div.DivClassName
{
background-color: #3A845F;
}
.BgClassName
{
background-color: #3A845F;
}
</style>
border-color css
<style>
span { border-color: #3A845F; }
span { border-color: rgb(58,132,95); }
td.TdClassName
{
border-color: #3A845F;
}
.TagClassName
{
border-color: #3A845F;
}
</style>