Shades of Amazon #347C51
Tints of Amazon #347C51
RGB
CMYK
RGB Variations
Color information
#347C51 (or 0x347C51) is known color: Amazon. HEX triplet: 34, 7C and 51. RGB value is (52,124,81). Sum of RGB (Red+Green+Blue) = 52+124+81=257 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.23% from 257); Green value is 124 (48.83% from 255 or 48.25% from 257); Blue value is 81 (32.03% from 255 or 31.52% from 257); Max value from RGB is 124 - color contains mainly: green. Hex color #347C51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347C51 is #CB83AE. Grayscale: #616161. Windows color (decimal): -13337519 or 5340212. OLE color: 5340212.
HSL color Cylindrical-coordinate representation of color #347C51: hue angle of 144.17º 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 #347C51 is Cyan = 0.58, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 52 | 124 | 81 | - |
| CMYK | 0.58 | 0 | 0.35 | 0.51 |
| HSL | 144.17º | 0.41% | 0.35% | - |
| HSV(B) | 144.17º | 0.58% | 0.49% | - |
| XYZ | 10.11 | 15.74 | 10.29 | - |
| YUV | 97.57 | 118.65 | 95.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 124 | 81 | 0.58 | 0 | 0.35 | 0.51 | 144.17 | 0.41 | 0.35 |
| Hex | 34 | 7C | 51 | 3A | 0 | 23 | 33 | 90 | 29 | 23 |
| Octal | 64 | 174 | 121 | 72 | 0 | 43 | 63 | 220 | 51 | 43 |
| Binary | 110100 | 1111100 | 1010001 | 111010 | 0 | 100011 | 110011 | 10010000 | 101001 | 100011 |
Color Harmonies of #347C51
Complementary color
Monochromatic Colors of #347C51
Black with #347C51
Text Example
Text Example
White with #347C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347C51; }
p { color: rgb(52,124,81); }
H1.HeaderClassName
{
color: #347C51;
}
.AnyTagClassName
{
color: #347C51;
}
</style>
background-color css
<style>
a { background-color: #347C51; }
a { background-color: rgb(52,124,81); }
div.DivClassName
{
background-color: #347C51;
}
.BgClassName
{
background-color: #347C51;
}
</style>
border-color css
<style>
span { border-color: #347C51; }
span { border-color: rgb(52,124,81); }
td.TdClassName
{
border-color: #347C51;
}
.TagClassName
{
border-color: #347C51;
}
</style>