Shades of Amazon #347D52
Tints of Amazon #347D52
RGB
CMYK
RGB Variations
Color information
#347D52 (or 0x347D52) is known color: Amazon. HEX triplet: 34, 7D and 52. RGB value is (52,125,82). Sum of RGB (Red+Green+Blue) = 52+125+82=259 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.08% from 259); Green value is 125 (49.22% from 255 or 48.26% from 259); Blue value is 82 (32.42% from 255 or 31.66% from 259); Max value from RGB is 125 - color contains mainly: green. Hex color #347D52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347D52 is #CB82AD. Grayscale: #626262. Windows color (decimal): -13337262 or 5406004. OLE color: 5406004.
HSL color Cylindrical-coordinate representation of color #347D52: hue angle of 144.66º 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 #347D52 is Cyan = 0.58, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 52 | 125 | 82 | - |
| CMYK | 0.58 | 0 | 0.34 | 0.51 |
| HSL | 144.66º | 0.41% | 0.35% | - |
| HSV(B) | 144.66º | 0.58% | 0.49% | - |
| XYZ | 10.27 | 16.01 | 10.53 | - |
| YUV | 98.27 | 118.82 | 95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 125 | 82 | 0.58 | 0 | 0.34 | 0.51 | 144.66 | 0.41 | 0.35 |
| Hex | 34 | 7D | 52 | 3A | 0 | 22 | 33 | 91 | 29 | 23 |
| Octal | 64 | 175 | 122 | 72 | 0 | 42 | 63 | 221 | 51 | 43 |
| Binary | 110100 | 1111101 | 1010010 | 111010 | 0 | 100010 | 110011 | 10010001 | 101001 | 100011 |
Color Harmonies of #347D52
Complementary color
Monochromatic Colors of #347D52
Black with #347D52
Text Example
Text Example
White with #347D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347D52; }
p { color: rgb(52,125,82); }
H1.HeaderClassName
{
color: #347D52;
}
.AnyTagClassName
{
color: #347D52;
}
</style>
background-color css
<style>
a { background-color: #347D52; }
a { background-color: rgb(52,125,82); }
div.DivClassName
{
background-color: #347D52;
}
.BgClassName
{
background-color: #347D52;
}
</style>
border-color css
<style>
span { border-color: #347D52; }
span { border-color: rgb(52,125,82); }
td.TdClassName
{
border-color: #347D52;
}
.TagClassName
{
border-color: #347D52;
}
</style>