Shades of Amazon #347154
Tints of Amazon #347154
RGB
CMYK
RGB Variations
Color information
#347154 (or 0x347154) is known color: Amazon. HEX triplet: 34, 71 and 54. RGB value is (52,113,84). Sum of RGB (Red+Green+Blue) = 52+113+84=249 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.88% from 249); Green value is 113 (44.53% from 255 or 45.38% from 249); Blue value is 84 (33.20% from 255 or 33.73% from 249); Max value from RGB is 113 - color contains mainly: green. Hex color #347154 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347154 is #CB8EAB. Grayscale: #5B5B5B. Windows color (decimal): -13340332 or 5534004. OLE color: 5534004.
HSL color Cylindrical-coordinate representation of color #347154: hue angle of 151.48º 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 #347154 is Cyan = 0.54, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 52 | 113 | 84 | - |
| CMYK | 0.54 | 0 | 0.26 | 0.56 |
| HSL | 151.48º | 0.37% | 0.32% | - |
| HSV(B) | 151.48º | 0.54% | 0.44% | - |
| XYZ | 8.92 | 13.18 | 10.46 | - |
| YUV | 91.46 | 123.79 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 113 | 84 | 0.54 | 0 | 0.26 | 0.56 | 151.48 | 0.37 | 0.32 |
| Hex | 34 | 71 | 54 | 36 | 0 | 1A | 38 | 97 | 25 | 20 |
| Octal | 64 | 161 | 124 | 66 | 0 | 32 | 70 | 227 | 45 | 40 |
| Binary | 110100 | 1110001 | 1010100 | 110110 | 0 | 11010 | 111000 | 10010111 | 100101 | 100000 |
Color Harmonies of #347154
Complementary color
Monochromatic Colors of #347154
Black with #347154
Text Example
Text Example
White with #347154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347154; }
p { color: rgb(52,113,84); }
H1.HeaderClassName
{
color: #347154;
}
.AnyTagClassName
{
color: #347154;
}
</style>
background-color css
<style>
a { background-color: #347154; }
a { background-color: rgb(52,113,84); }
div.DivClassName
{
background-color: #347154;
}
.BgClassName
{
background-color: #347154;
}
</style>
border-color css
<style>
span { border-color: #347154; }
span { border-color: rgb(52,113,84); }
td.TdClassName
{
border-color: #347154;
}
.TagClassName
{
border-color: #347154;
}
</style>