Shades of Amazon #347150
Tints of Amazon #347150
RGB
CMYK
RGB Variations
Color information
#347150 (or 0x347150) is known color: Amazon. HEX triplet: 34, 71 and 50. RGB value is (52,113,80). Sum of RGB (Red+Green+Blue) = 52+113+80=245 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.22% from 245); Green value is 113 (44.53% from 255 or 46.12% from 245); Blue value is 80 (31.64% from 255 or 32.65% from 245); Max value from RGB is 113 - color contains mainly: green. Hex color #347150 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347150 is #CB8EAF. Grayscale: #5B5B5B. Windows color (decimal): -13340336 or 5271860. OLE color: 5271860.
HSL color Cylindrical-coordinate representation of color #347150: hue angle of 147.54º 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 #347150 is Cyan = 0.54, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 52 | 113 | 80 | - |
| CMYK | 0.54 | 0 | 0.29 | 0.56 |
| HSL | 147.54º | 0.37% | 0.32% | - |
| HSV(B) | 147.54º | 0.54% | 0.44% | - |
| XYZ | 8.77 | 13.12 | 9.66 | - |
| YUV | 91 | 121.79 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 113 | 80 | 0.54 | 0 | 0.29 | 0.56 | 147.54 | 0.37 | 0.32 |
| Hex | 34 | 71 | 50 | 36 | 0 | 1D | 38 | 94 | 25 | 20 |
| Octal | 64 | 161 | 120 | 66 | 0 | 35 | 70 | 224 | 45 | 40 |
| Binary | 110100 | 1110001 | 1010000 | 110110 | 0 | 11101 | 111000 | 10010100 | 100101 | 100000 |
Color Harmonies of #347150
Complementary color
Monochromatic Colors of #347150
Black with #347150
Text Example
Text Example
White with #347150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347150; }
p { color: rgb(52,113,80); }
H1.HeaderClassName
{
color: #347150;
}
.AnyTagClassName
{
color: #347150;
}
</style>
background-color css
<style>
a { background-color: #347150; }
a { background-color: rgb(52,113,80); }
div.DivClassName
{
background-color: #347150;
}
.BgClassName
{
background-color: #347150;
}
</style>
border-color css
<style>
span { border-color: #347150; }
span { border-color: rgb(52,113,80); }
td.TdClassName
{
border-color: #347150;
}
.TagClassName
{
border-color: #347150;
}
</style>