Shades of Amazon #347346
Tints of Amazon #347346
RGB
CMYK
RGB Variations
Color information
#347346 (or 0x347346) is known color: Amazon. HEX triplet: 34, 73 and 46. RGB value is (52,115,70). Sum of RGB (Red+Green+Blue) = 52+115+70=237 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.94% from 237); Green value is 115 (45.31% from 255 or 48.52% from 237); Blue value is 70 (27.73% from 255 or 29.54% from 237); Max value from RGB is 115 - color contains mainly: green. Hex color #347346 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347346 is #CB8CB9. Grayscale: #5B5B5B. Windows color (decimal): -13339834 or 4617012. OLE color: 4617012.
HSL color Cylindrical-coordinate representation of color #347346: hue angle of 137.14º 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 #347346 is Cyan = 0.55, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 52 | 115 | 70 | - |
| CMYK | 0.55 | 0 | 0.39 | 0.55 |
| HSL | 137.14º | 0.38% | 0.33% | - |
| HSV(B) | 137.14º | 0.55% | 0.45% | - |
| XYZ | 8.65 | 13.43 | 7.93 | - |
| YUV | 91.03 | 116.13 | 100.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 115 | 70 | 0.55 | 0 | 0.39 | 0.55 | 137.14 | 0.38 | 0.33 |
| Hex | 34 | 73 | 46 | 37 | 0 | 27 | 37 | 89 | 26 | 21 |
| Octal | 64 | 163 | 106 | 67 | 0 | 47 | 67 | 211 | 46 | 41 |
| Binary | 110100 | 1110011 | 1000110 | 110111 | 0 | 100111 | 110111 | 10001001 | 100110 | 100001 |
Color Harmonies of #347346
Complementary color
Monochromatic Colors of #347346
Black with #347346
Text Example
Text Example
White with #347346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347346; }
p { color: rgb(52,115,70); }
H1.HeaderClassName
{
color: #347346;
}
.AnyTagClassName
{
color: #347346;
}
</style>
background-color css
<style>
a { background-color: #347346; }
a { background-color: rgb(52,115,70); }
div.DivClassName
{
background-color: #347346;
}
.BgClassName
{
background-color: #347346;
}
</style>
border-color css
<style>
span { border-color: #347346; }
span { border-color: rgb(52,115,70); }
td.TdClassName
{
border-color: #347346;
}
.TagClassName
{
border-color: #347346;
}
</style>