Shades of Amazon #346C49
Tints of Amazon #346C49
RGB
CMYK
RGB Variations
Color information
#346C49 (or 0x346C49) is known color: Amazon. HEX triplet: 34, 6C and 49. RGB value is (52,108,73). Sum of RGB (Red+Green+Blue) = 52+108+73=233 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.32% from 233); Green value is 108 (42.58% from 255 or 46.35% from 233); Blue value is 73 (28.91% from 255 or 31.33% from 233); Max value from RGB is 108 - color contains mainly: green. Hex color #346C49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346C49 is #CB93B6. Grayscale: #575757. Windows color (decimal): -13341623 or 4811828. OLE color: 4811828.
HSL color Cylindrical-coordinate representation of color #346C49: hue angle of 142.5º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #346C49 is Cyan = 0.52, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 52 | 108 | 73 | - |
| CMYK | 0.52 | 0 | 0.32 | 0.58 |
| HSL | 142.5º | 0.35% | 0.31% | - |
| HSV(B) | 142.5º | 0.52% | 0.42% | - |
| XYZ | 7.98 | 11.94 | 8.19 | - |
| YUV | 87.27 | 119.95 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 108 | 73 | 0.52 | 0 | 0.32 | 0.58 | 142.5 | 0.35 | 0.31 |
| Hex | 34 | 6C | 49 | 34 | 0 | 20 | 3A | 8E | 23 | 1F |
| Octal | 64 | 154 | 111 | 64 | 0 | 40 | 72 | 216 | 43 | 37 |
| Binary | 110100 | 1101100 | 1001001 | 110100 | 0 | 100000 | 111010 | 10001110 | 100011 | 11111 |
Color Harmonies of #346C49
Complementary color
Monochromatic Colors of #346C49
Black with #346C49
Text Example
Text Example
White with #346C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346C49; }
p { color: rgb(52,108,73); }
H1.HeaderClassName
{
color: #346C49;
}
.AnyTagClassName
{
color: #346C49;
}
</style>
background-color css
<style>
a { background-color: #346C49; }
a { background-color: rgb(52,108,73); }
div.DivClassName
{
background-color: #346C49;
}
.BgClassName
{
background-color: #346C49;
}
</style>
border-color css
<style>
span { border-color: #346C49; }
span { border-color: rgb(52,108,73); }
td.TdClassName
{
border-color: #346C49;
}
.TagClassName
{
border-color: #346C49;
}
</style>