Shades of Amazon #347D49
Tints of Amazon #347D49
RGB
CMYK
RGB Variations
Color information
#347D49 (or 0x347D49) is known color: Amazon. HEX triplet: 34, 7D and 49. RGB value is (52,125,73). Sum of RGB (Red+Green+Blue) = 52+125+73=250 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.8% from 250); Green value is 125 (49.22% from 255 or 50% from 250); Blue value is 73 (28.91% from 255 or 29.2% from 250); Max value from RGB is 125 - color contains mainly: green. Hex color #347D49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347D49 is #CB82B6. Grayscale: #616161. Windows color (decimal): -13337271 or 4816180. OLE color: 4816180.
HSL color Cylindrical-coordinate representation of color #347D49: hue angle of 137.26º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #347D49 is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 52 | 125 | 73 | - |
| CMYK | 0.58 | 0 | 0.42 | 0.51 |
| HSL | 137.26º | 0.41% | 0.35% | - |
| HSV(B) | 137.26º | 0.58% | 0.49% | - |
| XYZ | 9.95 | 15.88 | 8.84 | - |
| YUV | 97.25 | 114.32 | 95.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 125 | 73 | 0.58 | 0 | 0.42 | 0.51 | 137.26 | 0.41 | 0.35 |
| Hex | 34 | 7D | 49 | 3A | 0 | 2A | 33 | 89 | 29 | 23 |
| Octal | 64 | 175 | 111 | 72 | 0 | 52 | 63 | 211 | 51 | 43 |
| Binary | 110100 | 1111101 | 1001001 | 111010 | 0 | 101010 | 110011 | 10001001 | 101001 | 100011 |
Color Harmonies of #347D49
Complementary color
Monochromatic Colors of #347D49
Black with #347D49
Text Example
Text Example
White with #347D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347D49; }
p { color: rgb(52,125,73); }
H1.HeaderClassName
{
color: #347D49;
}
.AnyTagClassName
{
color: #347D49;
}
</style>
background-color css
<style>
a { background-color: #347D49; }
a { background-color: rgb(52,125,73); }
div.DivClassName
{
background-color: #347D49;
}
.BgClassName
{
background-color: #347D49;
}
</style>
border-color css
<style>
span { border-color: #347D49; }
span { border-color: rgb(52,125,73); }
td.TdClassName
{
border-color: #347D49;
}
.TagClassName
{
border-color: #347D49;
}
</style>