Shades of Amazon #347E53
Tints of Amazon #347E53
RGB
CMYK
RGB Variations
Color information
#347E53 (or 0x347E53) is known color: Amazon. HEX triplet: 34, 7E and 53. RGB value is (52,126,83). Sum of RGB (Red+Green+Blue) = 52+126+83=261 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.92% from 261); Green value is 126 (49.61% from 255 or 48.28% from 261); Blue value is 83 (32.81% from 255 or 31.80% from 261); Max value from RGB is 126 - color contains mainly: green. Hex color #347E53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347E53 is #CB81AC. Grayscale: #636363. Windows color (decimal): -13337005 or 5471796. OLE color: 5471796.
HSL color Cylindrical-coordinate representation of color #347E53: hue angle of 145.14º 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 #347E53 is Cyan = 0.59, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 52 | 126 | 83 | - |
| CMYK | 0.59 | 0 | 0.34 | 0.51 |
| HSL | 145.14º | 0.42% | 0.35% | - |
| HSV(B) | 145.14º | 0.59% | 0.49% | - |
| XYZ | 10.44 | 16.28 | 10.78 | - |
| YUV | 98.97 | 118.98 | 94.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 126 | 83 | 0.59 | 0 | 0.34 | 0.51 | 145.14 | 0.42 | 0.35 |
| Hex | 34 | 7E | 53 | 3B | 0 | 22 | 33 | 91 | 2A | 23 |
| Octal | 64 | 176 | 123 | 73 | 0 | 42 | 63 | 221 | 52 | 43 |
| Binary | 110100 | 1111110 | 1010011 | 111011 | 0 | 100010 | 110011 | 10010001 | 101010 | 100011 |
Color Harmonies of #347E53
Complementary color
Monochromatic Colors of #347E53
Black with #347E53
Text Example
Text Example
White with #347E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347E53; }
p { color: rgb(52,126,83); }
H1.HeaderClassName
{
color: #347E53;
}
.AnyTagClassName
{
color: #347E53;
}
</style>
background-color css
<style>
a { background-color: #347E53; }
a { background-color: rgb(52,126,83); }
div.DivClassName
{
background-color: #347E53;
}
.BgClassName
{
background-color: #347E53;
}
</style>
border-color css
<style>
span { border-color: #347E53; }
span { border-color: rgb(52,126,83); }
td.TdClassName
{
border-color: #347E53;
}
.TagClassName
{
border-color: #347E53;
}
</style>