Shades of Amazon #347E56
Tints of Amazon #347E56
RGB
CMYK
RGB Variations
Color information
#347E56 (or 0x347E56) is known color: Amazon. HEX triplet: 34, 7E and 56. RGB value is (52,126,86). Sum of RGB (Red+Green+Blue) = 52+126+86=264 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.70% from 264); Green value is 126 (49.61% from 255 or 47.73% from 264); Blue value is 86 (33.98% from 255 or 32.58% from 264); Max value from RGB is 126 - color contains mainly: green. Hex color #347E56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347E56 is #CB81A9. Grayscale: #636363. Windows color (decimal): -13337002 or 5668404. OLE color: 5668404.
HSL color Cylindrical-coordinate representation of color #347E56: hue angle of 147.57º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #347E56 is Cyan = 0.59, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 52 | 126 | 86 | - |
| CMYK | 0.59 | 0 | 0.32 | 0.51 |
| HSL | 147.57º | 0.42% | 0.35% | - |
| HSV(B) | 147.57º | 0.59% | 0.49% | - |
| XYZ | 10.56 | 16.32 | 11.4 | - |
| YUV | 99.31 | 120.48 | 94.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 126 | 86 | 0.59 | 0 | 0.32 | 0.51 | 147.57 | 0.42 | 0.35 |
| Hex | 34 | 7E | 56 | 3B | 0 | 20 | 33 | 94 | 2A | 23 |
| Octal | 64 | 176 | 126 | 73 | 0 | 40 | 63 | 224 | 52 | 43 |
| Binary | 110100 | 1111110 | 1010110 | 111011 | 0 | 100000 | 110011 | 10010100 | 101010 | 100011 |
Color Harmonies of #347E56
Complementary color
Monochromatic Colors of #347E56
Black with #347E56
Text Example
Text Example
White with #347E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347E56; }
p { color: rgb(52,126,86); }
H1.HeaderClassName
{
color: #347E56;
}
.AnyTagClassName
{
color: #347E56;
}
</style>
background-color css
<style>
a { background-color: #347E56; }
a { background-color: rgb(52,126,86); }
div.DivClassName
{
background-color: #347E56;
}
.BgClassName
{
background-color: #347E56;
}
</style>
border-color css
<style>
span { border-color: #347E56; }
span { border-color: rgb(52,126,86); }
td.TdClassName
{
border-color: #347E56;
}
.TagClassName
{
border-color: #347E56;
}
</style>