Shades of Amazon #347353
Tints of Amazon #347353
RGB
CMYK
RGB Variations
Color information
#347353 (or 0x347353) is known color: Amazon. HEX triplet: 34, 73 and 53. RGB value is (52,115,83). Sum of RGB (Red+Green+Blue) = 52+115+83=250 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.8% from 250); Green value is 115 (45.31% from 255 or 46% from 250); Blue value is 83 (32.81% from 255 or 33.2% from 250); Max value from RGB is 115 - color contains mainly: green. Hex color #347353 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347353 is #CB8CAC. Grayscale: #5C5C5C. Windows color (decimal): -13339821 or 5468980. OLE color: 5468980.
HSL color Cylindrical-coordinate representation of color #347353: hue angle of 149.52º 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 #347353 is Cyan = 0.55, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 52 | 115 | 83 | - |
| CMYK | 0.55 | 0 | 0.28 | 0.55 |
| HSL | 149.52º | 0.38% | 0.33% | - |
| HSV(B) | 149.52º | 0.55% | 0.45% | - |
| XYZ | 9.11 | 13.62 | 10.33 | - |
| YUV | 92.52 | 122.63 | 99.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 115 | 83 | 0.55 | 0 | 0.28 | 0.55 | 149.52 | 0.38 | 0.33 |
| Hex | 34 | 73 | 53 | 37 | 0 | 1C | 37 | 96 | 26 | 21 |
| Octal | 64 | 163 | 123 | 67 | 0 | 34 | 67 | 226 | 46 | 41 |
| Binary | 110100 | 1110011 | 1010011 | 110111 | 0 | 11100 | 110111 | 10010110 | 100110 | 100001 |
Color Harmonies of #347353
Complementary color
Monochromatic Colors of #347353
Black with #347353
Text Example
Text Example
White with #347353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347353; }
p { color: rgb(52,115,83); }
H1.HeaderClassName
{
color: #347353;
}
.AnyTagClassName
{
color: #347353;
}
</style>
background-color css
<style>
a { background-color: #347353; }
a { background-color: rgb(52,115,83); }
div.DivClassName
{
background-color: #347353;
}
.BgClassName
{
background-color: #347353;
}
</style>
border-color css
<style>
span { border-color: #347353; }
span { border-color: rgb(52,115,83); }
td.TdClassName
{
border-color: #347353;
}
.TagClassName
{
border-color: #347353;
}
</style>