Shades of Amazon #347F49
Tints of Amazon #347F49
RGB
CMYK
RGB Variations
Color information
#347F49 (or 0x347F49) is known color: Amazon. HEX triplet: 34, 7F and 49. RGB value is (52,127,73). Sum of RGB (Red+Green+Blue) = 52+127+73=252 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.63% from 252); Green value is 127 (50% from 255 or 50.40% from 252); Blue value is 73 (28.91% from 255 or 28.97% from 252); Max value from RGB is 127 - color contains mainly: green. Hex color #347F49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347F49 is #CB80B6. Grayscale: #626262. Windows color (decimal): -13336759 or 4816692. OLE color: 4816692.
HSL color Cylindrical-coordinate representation of color #347F49: hue angle of 136.8º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #347F49 is Cyan = 0.59, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 52 | 127 | 73 | - |
| CMYK | 0.59 | 0 | 0.43 | 0.50 |
| HSL | 136.8º | 0.42% | 0.35% | - |
| HSV(B) | 136.8º | 0.59% | 0.5% | - |
| XYZ | 10.21 | 16.39 | 8.93 | - |
| YUV | 98.42 | 113.65 | 94.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 127 | 73 | 0.59 | 0 | 0.43 | 0.50 | 136.8 | 0.42 | 0.35 |
| Hex | 34 | 7F | 49 | 3B | 0 | 2B | 32 | 89 | 2A | 23 |
| Octal | 64 | 177 | 111 | 73 | 0 | 53 | 62 | 211 | 52 | 43 |
| Binary | 110100 | 1111111 | 1001001 | 111011 | 0 | 101011 | 110010 | 10001001 | 101010 | 100011 |
Color Harmonies of #347F49
Complementary color
Monochromatic Colors of #347F49
Black with #347F49
Text Example
Text Example
White with #347F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347F49; }
p { color: rgb(52,127,73); }
H1.HeaderClassName
{
color: #347F49;
}
.AnyTagClassName
{
color: #347F49;
}
</style>
background-color css
<style>
a { background-color: #347F49; }
a { background-color: rgb(52,127,73); }
div.DivClassName
{
background-color: #347F49;
}
.BgClassName
{
background-color: #347F49;
}
</style>
border-color css
<style>
span { border-color: #347F49; }
span { border-color: rgb(52,127,73); }
td.TdClassName
{
border-color: #347F49;
}
.TagClassName
{
border-color: #347F49;
}
</style>