Shades of Amazon #347155
Tints of Amazon #347155
RGB
CMYK
RGB Variations
Color information
#347155 (or 0x347155) is known color: Amazon. HEX triplet: 34, 71 and 55. RGB value is (52,113,85). Sum of RGB (Red+Green+Blue) = 52+113+85=250 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.8% from 250); Green value is 113 (44.53% from 255 or 45.2% from 250); Blue value is 85 (33.59% from 255 or 34% from 250); Max value from RGB is 113 - color contains mainly: green. Hex color #347155 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347155 is #CB8EAA. Grayscale: #5B5B5B. Windows color (decimal): -13340331 or 5599540. OLE color: 5599540.
HSL color Cylindrical-coordinate representation of color #347155: hue angle of 152.46º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #347155 is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 52 | 113 | 85 | - |
| CMYK | 0.54 | 0 | 0.25 | 0.56 |
| HSL | 152.46º | 0.37% | 0.32% | - |
| HSV(B) | 152.46º | 0.54% | 0.44% | - |
| XYZ | 8.96 | 13.2 | 10.67 | - |
| YUV | 91.57 | 124.29 | 99.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 113 | 85 | 0.54 | 0 | 0.25 | 0.56 | 152.46 | 0.37 | 0.32 |
| Hex | 34 | 71 | 55 | 36 | 0 | 19 | 38 | 98 | 25 | 20 |
| Octal | 64 | 161 | 125 | 66 | 0 | 31 | 70 | 230 | 45 | 40 |
| Binary | 110100 | 1110001 | 1010101 | 110110 | 0 | 11001 | 111000 | 10011000 | 100101 | 100000 |
Color Harmonies of #347155
Complementary color
Monochromatic Colors of #347155
Black with #347155
Text Example
Text Example
White with #347155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347155; }
p { color: rgb(52,113,85); }
H1.HeaderClassName
{
color: #347155;
}
.AnyTagClassName
{
color: #347155;
}
</style>
background-color css
<style>
a { background-color: #347155; }
a { background-color: rgb(52,113,85); }
div.DivClassName
{
background-color: #347155;
}
.BgClassName
{
background-color: #347155;
}
</style>
border-color css
<style>
span { border-color: #347155; }
span { border-color: rgb(52,113,85); }
td.TdClassName
{
border-color: #347155;
}
.TagClassName
{
border-color: #347155;
}
</style>