Shades of Amazon #347C57
Tints of Amazon #347C57
RGB
CMYK
RGB Variations
Color information
#347C57 (or 0x347C57) is known color: Amazon. HEX triplet: 34, 7C and 57. RGB value is (52,124,87). Sum of RGB (Red+Green+Blue) = 52+124+87=263 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.77% from 263); Green value is 124 (48.83% from 255 or 47.15% from 263); Blue value is 87 (34.38% from 255 or 33.08% from 263); Max value from RGB is 124 - color contains mainly: green. Hex color #347C57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347C57 is #CB83A8. Grayscale: #626262. Windows color (decimal): -13337513 or 5733428. OLE color: 5733428.
HSL color Cylindrical-coordinate representation of color #347C57: hue angle of 149.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 #347C57 is Cyan = 0.58, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 52 | 124 | 87 | - |
| CMYK | 0.58 | 0 | 0.30 | 0.51 |
| HSL | 149.17º | 0.41% | 0.35% | - |
| HSV(B) | 149.17º | 0.58% | 0.49% | - |
| XYZ | 10.34 | 15.83 | 11.53 | - |
| YUV | 98.25 | 121.65 | 95.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 124 | 87 | 0.58 | 0 | 0.30 | 0.51 | 149.17 | 0.41 | 0.35 |
| Hex | 34 | 7C | 57 | 3A | 0 | 1E | 33 | 95 | 29 | 23 |
| Octal | 64 | 174 | 127 | 72 | 0 | 36 | 63 | 225 | 51 | 43 |
| Binary | 110100 | 1111100 | 1010111 | 111010 | 0 | 11110 | 110011 | 10010101 | 101001 | 100011 |
Color Harmonies of #347C57
Complementary color
Monochromatic Colors of #347C57
Black with #347C57
Text Example
Text Example
White with #347C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347C57; }
p { color: rgb(52,124,87); }
H1.HeaderClassName
{
color: #347C57;
}
.AnyTagClassName
{
color: #347C57;
}
</style>
background-color css
<style>
a { background-color: #347C57; }
a { background-color: rgb(52,124,87); }
div.DivClassName
{
background-color: #347C57;
}
.BgClassName
{
background-color: #347C57;
}
</style>
border-color css
<style>
span { border-color: #347C57; }
span { border-color: rgb(52,124,87); }
td.TdClassName
{
border-color: #347C57;
}
.TagClassName
{
border-color: #347C57;
}
</style>