Shades of Amazon #347146
Tints of Amazon #347146
RGB
CMYK
RGB Variations
Color information
#347146 (or 0x347146) is known color: Amazon. HEX triplet: 34, 71 and 46. RGB value is (52,113,70). Sum of RGB (Red+Green+Blue) = 52+113+70=235 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.13% from 235); Green value is 113 (44.53% from 255 or 48.09% from 235); Blue value is 70 (27.73% from 255 or 29.79% from 235); Max value from RGB is 113 - color contains mainly: green. Hex color #347146 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347146 is #CB8EB9. Grayscale: #595959. Windows color (decimal): -13340346 or 4616500. OLE color: 4616500.
HSL color Cylindrical-coordinate representation of color #347146: hue angle of 137.7º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #347146 is Cyan = 0.54, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 52 | 113 | 70 | - |
| CMYK | 0.54 | 0 | 0.38 | 0.56 |
| HSL | 137.7º | 0.37% | 0.32% | - |
| HSV(B) | 137.7º | 0.54% | 0.44% | - |
| XYZ | 8.43 | 12.98 | 7.86 | - |
| YUV | 89.86 | 116.79 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 113 | 70 | 0.54 | 0 | 0.38 | 0.56 | 137.7 | 0.37 | 0.32 |
| Hex | 34 | 71 | 46 | 36 | 0 | 26 | 38 | 8A | 25 | 20 |
| Octal | 64 | 161 | 106 | 66 | 0 | 46 | 70 | 212 | 45 | 40 |
| Binary | 110100 | 1110001 | 1000110 | 110110 | 0 | 100110 | 111000 | 10001010 | 100101 | 100000 |
Color Harmonies of #347146
Complementary color
Monochromatic Colors of #347146
Black with #347146
Text Example
Text Example
White with #347146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347146; }
p { color: rgb(52,113,70); }
H1.HeaderClassName
{
color: #347146;
}
.AnyTagClassName
{
color: #347146;
}
</style>
background-color css
<style>
a { background-color: #347146; }
a { background-color: rgb(52,113,70); }
div.DivClassName
{
background-color: #347146;
}
.BgClassName
{
background-color: #347146;
}
</style>
border-color css
<style>
span { border-color: #347146; }
span { border-color: rgb(52,113,70); }
td.TdClassName
{
border-color: #347146;
}
.TagClassName
{
border-color: #347146;
}
</style>