Shades of Amazon #3A844A
Tints of Amazon #3A844A
RGB
CMYK
RGB Variations
Color information
#3A844A (or 0x3A844A) is known color: Amazon. HEX triplet: 3A, 84 and 4A. RGB value is (58,132,74). Sum of RGB (Red+Green+Blue) = 58+132+74=264 (34% of max value = 765). Red value is 58 (23.05% from 255 or 21.97% from 264); Green value is 132 (51.95% from 255 or 50% from 264); Blue value is 74 (29.30% from 255 or 28.03% from 264); Max value from RGB is 132 - color contains mainly: green. Hex color #3A844A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A844A is #C57BB5. Grayscale: #676767. Windows color (decimal): -12942262 or 4883514. OLE color: 4883514.
HSL color Cylindrical-coordinate representation of color #3A844A: hue angle of 132.97º 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 #3A844A is Cyan = 0.56, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 58 | 132 | 74 | - |
| CMYK | 0.56 | 0 | 0.44 | 0.48 |
| HSL | 132.97º | 0.39% | 0.37% | - |
| HSV(B) | 132.97º | 0.56% | 0.52% | - |
| XYZ | 11.23 | 17.9 | 9.34 | - |
| YUV | 103.26 | 111.48 | 95.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 132 | 74 | 0.56 | 0 | 0.44 | 0.48 | 132.97 | 0.39 | 0.37 |
| Hex | 3A | 84 | 4A | 38 | 0 | 2C | 30 | 85 | 27 | 25 |
| Octal | 72 | 204 | 112 | 70 | 0 | 54 | 60 | 205 | 47 | 45 |
| Binary | 111010 | 10000100 | 1001010 | 111000 | 0 | 101100 | 110000 | 10000101 | 100111 | 100101 |
Color Harmonies of #3A844A
Complementary color
Monochromatic Colors of #3A844A
Black with #3A844A
Text Example
Text Example
White with #3A844A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A844A; }
p { color: rgb(58,132,74); }
H1.HeaderClassName
{
color: #3A844A;
}
.AnyTagClassName
{
color: #3A844A;
}
</style>
background-color css
<style>
a { background-color: #3A844A; }
a { background-color: rgb(58,132,74); }
div.DivClassName
{
background-color: #3A844A;
}
.BgClassName
{
background-color: #3A844A;
}
</style>
border-color css
<style>
span { border-color: #3A844A; }
span { border-color: rgb(58,132,74); }
td.TdClassName
{
border-color: #3A844A;
}
.TagClassName
{
border-color: #3A844A;
}
</style>