Shades of Amazon #347C50
Tints of Amazon #347C50
RGB
CMYK
RGB Variations
Color information
#347C50 (or 0x347C50) is known color: Amazon. HEX triplet: 34, 7C and 50. RGB value is (52,124,80). Sum of RGB (Red+Green+Blue) = 52+124+80=256 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.31% from 256); Green value is 124 (48.83% from 255 or 48.44% from 256); Blue value is 80 (31.64% from 255 or 31.25% from 256); Max value from RGB is 124 - color contains mainly: green. Hex color #347C50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347C50 is #CB83AF. Grayscale: #616161. Windows color (decimal): -13337520 or 5274676. OLE color: 5274676.
HSL color Cylindrical-coordinate representation of color #347C50: hue angle of 143.33º 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 #347C50 is Cyan = 0.58, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 52 | 124 | 80 | - |
| CMYK | 0.58 | 0 | 0.35 | 0.51 |
| HSL | 143.33º | 0.41% | 0.35% | - |
| HSV(B) | 143.33º | 0.58% | 0.49% | - |
| XYZ | 10.07 | 15.72 | 10.09 | - |
| YUV | 97.46 | 118.15 | 95.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 124 | 80 | 0.58 | 0 | 0.35 | 0.51 | 143.33 | 0.41 | 0.35 |
| Hex | 34 | 7C | 50 | 3A | 0 | 23 | 33 | 8F | 29 | 23 |
| Octal | 64 | 174 | 120 | 72 | 0 | 43 | 63 | 217 | 51 | 43 |
| Binary | 110100 | 1111100 | 1010000 | 111010 | 0 | 100011 | 110011 | 10001111 | 101001 | 100011 |
Color Harmonies of #347C50
Complementary color
Monochromatic Colors of #347C50
Black with #347C50
Text Example
Text Example
White with #347C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347C50; }
p { color: rgb(52,124,80); }
H1.HeaderClassName
{
color: #347C50;
}
.AnyTagClassName
{
color: #347C50;
}
</style>
background-color css
<style>
a { background-color: #347C50; }
a { background-color: rgb(52,124,80); }
div.DivClassName
{
background-color: #347C50;
}
.BgClassName
{
background-color: #347C50;
}
</style>
border-color css
<style>
span { border-color: #347C50; }
span { border-color: rgb(52,124,80); }
td.TdClassName
{
border-color: #347C50;
}
.TagClassName
{
border-color: #347C50;
}
</style>