Shades of Amazon #347456
Tints of Amazon #347456
RGB
CMYK
RGB Variations
Color information
#347456 (or 0x347456) is known color: Amazon. HEX triplet: 34, 74 and 56. RGB value is (52,116,86). Sum of RGB (Red+Green+Blue) = 52+116+86=254 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.47% from 254); Green value is 116 (45.70% from 255 or 45.67% from 254); Blue value is 86 (33.98% from 255 or 33.86% from 254); Max value from RGB is 116 - color contains mainly: green. Hex color #347456 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347456 is #CB8BA9. Grayscale: #5D5D5D. Windows color (decimal): -13339562 or 5665844. OLE color: 5665844.
HSL color Cylindrical-coordinate representation of color #347456: hue angle of 151.88º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #347456 is Cyan = 0.55, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 52 | 116 | 86 | - |
| CMYK | 0.55 | 0 | 0.26 | 0.55 |
| HSL | 151.88º | 0.38% | 0.33% | - |
| HSV(B) | 151.88º | 0.55% | 0.45% | - |
| XYZ | 9.34 | 13.89 | 10.99 | - |
| YUV | 93.44 | 123.8 | 98.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 116 | 86 | 0.55 | 0 | 0.26 | 0.55 | 151.88 | 0.38 | 0.33 |
| Hex | 34 | 74 | 56 | 37 | 0 | 1A | 37 | 98 | 26 | 21 |
| Octal | 64 | 164 | 126 | 67 | 0 | 32 | 67 | 230 | 46 | 41 |
| Binary | 110100 | 1110100 | 1010110 | 110111 | 0 | 11010 | 110111 | 10011000 | 100110 | 100001 |
Color Harmonies of #347456
Complementary color
Monochromatic Colors of #347456
Black with #347456
Text Example
Text Example
White with #347456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347456; }
p { color: rgb(52,116,86); }
H1.HeaderClassName
{
color: #347456;
}
.AnyTagClassName
{
color: #347456;
}
</style>
background-color css
<style>
a { background-color: #347456; }
a { background-color: rgb(52,116,86); }
div.DivClassName
{
background-color: #347456;
}
.BgClassName
{
background-color: #347456;
}
</style>
border-color css
<style>
span { border-color: #347456; }
span { border-color: rgb(52,116,86); }
td.TdClassName
{
border-color: #347456;
}
.TagClassName
{
border-color: #347456;
}
</style>