Shades of Amazon #3A6F49
Tints of Amazon #3A6F49
RGB
CMYK
RGB Variations
Color information
#3A6F49 (or 0x3A6F49) is known color: Amazon. HEX triplet: 3A, 6F and 49. RGB value is (58,111,73). Sum of RGB (Red+Green+Blue) = 58+111+73=242 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.97% from 242); Green value is 111 (43.75% from 255 or 45.87% from 242); Blue value is 73 (28.91% from 255 or 30.17% from 242); Max value from RGB is 111 - color contains mainly: green. Hex color #3A6F49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6F49 is #C590B6. Grayscale: #5A5A5A. Windows color (decimal): -12947639 or 4812602. OLE color: 4812602.
HSL color Cylindrical-coordinate representation of color #3A6F49: hue angle of 136.98º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A6F49 is Cyan = 0.48, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 58 | 111 | 73 | - |
| CMYK | 0.48 | 0 | 0.34 | 0.56 |
| HSL | 136.98º | 0.31% | 0.33% | - |
| HSV(B) | 136.98º | 0.48% | 0.44% | - |
| XYZ | 8.63 | 12.75 | 8.31 | - |
| YUV | 90.82 | 117.94 | 104.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 111 | 73 | 0.48 | 0 | 0.34 | 0.56 | 136.98 | 0.31 | 0.33 |
| Hex | 3A | 6F | 49 | 30 | 0 | 22 | 38 | 89 | 1F | 21 |
| Octal | 72 | 157 | 111 | 60 | 0 | 42 | 70 | 211 | 37 | 41 |
| Binary | 111010 | 1101111 | 1001001 | 110000 | 0 | 100010 | 111000 | 10001001 | 11111 | 100001 |
Color Harmonies of #3A6F49
Complementary color
Monochromatic Colors of #3A6F49
Black with #3A6F49
Text Example
Text Example
White with #3A6F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6F49; }
p { color: rgb(58,111,73); }
H1.HeaderClassName
{
color: #3A6F49;
}
.AnyTagClassName
{
color: #3A6F49;
}
</style>
background-color css
<style>
a { background-color: #3A6F49; }
a { background-color: rgb(58,111,73); }
div.DivClassName
{
background-color: #3A6F49;
}
.BgClassName
{
background-color: #3A6F49;
}
</style>
border-color css
<style>
span { border-color: #3A6F49; }
span { border-color: rgb(58,111,73); }
td.TdClassName
{
border-color: #3A6F49;
}
.TagClassName
{
border-color: #3A6F49;
}
</style>