Shades of Amazon #347C53
Tints of Amazon #347C53
RGB
CMYK
RGB Variations
Color information
#347C53 (or 0x347C53) is known color: Amazon. HEX triplet: 34, 7C and 53. RGB value is (52,124,83). Sum of RGB (Red+Green+Blue) = 52+124+83=259 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.08% from 259); Green value is 124 (48.83% from 255 or 47.88% from 259); Blue value is 83 (32.81% from 255 or 32.05% from 259); Max value from RGB is 124 - color contains mainly: green. Hex color #347C53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347C53 is #CB83AC. Grayscale: #616161. Windows color (decimal): -13337517 or 5471284. OLE color: 5471284.
HSL color Cylindrical-coordinate representation of color #347C53: hue angle of 145.83º 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 #347C53 is Cyan = 0.58, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 52 | 124 | 83 | - |
| CMYK | 0.58 | 0 | 0.33 | 0.51 |
| HSL | 145.83º | 0.41% | 0.35% | - |
| HSV(B) | 145.83º | 0.58% | 0.49% | - |
| XYZ | 10.19 | 15.77 | 10.69 | - |
| YUV | 97.8 | 119.65 | 95.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 124 | 83 | 0.58 | 0 | 0.33 | 0.51 | 145.83 | 0.41 | 0.35 |
| Hex | 34 | 7C | 53 | 3A | 0 | 21 | 33 | 92 | 29 | 23 |
| Octal | 64 | 174 | 123 | 72 | 0 | 41 | 63 | 222 | 51 | 43 |
| Binary | 110100 | 1111100 | 1010011 | 111010 | 0 | 100001 | 110011 | 10010010 | 101001 | 100011 |
Color Harmonies of #347C53
Complementary color
Monochromatic Colors of #347C53
Black with #347C53
Text Example
Text Example
White with #347C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347C53; }
p { color: rgb(52,124,83); }
H1.HeaderClassName
{
color: #347C53;
}
.AnyTagClassName
{
color: #347C53;
}
</style>
background-color css
<style>
a { background-color: #347C53; }
a { background-color: rgb(52,124,83); }
div.DivClassName
{
background-color: #347C53;
}
.BgClassName
{
background-color: #347C53;
}
</style>
border-color css
<style>
span { border-color: #347C53; }
span { border-color: rgb(52,124,83); }
td.TdClassName
{
border-color: #347C53;
}
.TagClassName
{
border-color: #347C53;
}
</style>