Shades of Amazon #347747
Tints of Amazon #347747
RGB
CMYK
RGB Variations
Color information
#347747 (or 0x347747) is known color: Amazon. HEX triplet: 34, 77 and 47. RGB value is (52,119,71). Sum of RGB (Red+Green+Blue) = 52+119+71=242 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.49% from 242); Green value is 119 (46.88% from 255 or 49.17% from 242); Blue value is 71 (28.12% from 255 or 29.34% from 242); Max value from RGB is 119 - color contains mainly: green. Hex color #347747 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347747 is #CB88B8. Grayscale: #5D5D5D. Windows color (decimal): -13338809 or 4683572. OLE color: 4683572.
HSL color Cylindrical-coordinate representation of color #347747: hue angle of 137.01º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #347747 is Cyan = 0.56, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 52 | 119 | 71 | - |
| CMYK | 0.56 | 0 | 0.40 | 0.53 |
| HSL | 137.01º | 0.39% | 0.34% | - |
| HSV(B) | 137.01º | 0.56% | 0.47% | - |
| XYZ | 9.15 | 14.38 | 8.25 | - |
| YUV | 93.5 | 115.3 | 98.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 119 | 71 | 0.56 | 0 | 0.40 | 0.53 | 137.01 | 0.39 | 0.34 |
| Hex | 34 | 77 | 47 | 38 | 0 | 28 | 35 | 89 | 27 | 22 |
| Octal | 64 | 167 | 107 | 70 | 0 | 50 | 65 | 211 | 47 | 42 |
| Binary | 110100 | 1110111 | 1000111 | 111000 | 0 | 101000 | 110101 | 10001001 | 100111 | 100010 |
Color Harmonies of #347747
Complementary color
Monochromatic Colors of #347747
Black with #347747
Text Example
Text Example
White with #347747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347747; }
p { color: rgb(52,119,71); }
H1.HeaderClassName
{
color: #347747;
}
.AnyTagClassName
{
color: #347747;
}
</style>
background-color css
<style>
a { background-color: #347747; }
a { background-color: rgb(52,119,71); }
div.DivClassName
{
background-color: #347747;
}
.BgClassName
{
background-color: #347747;
}
</style>
border-color css
<style>
span { border-color: #347747; }
span { border-color: rgb(52,119,71); }
td.TdClassName
{
border-color: #347747;
}
.TagClassName
{
border-color: #347747;
}
</style>