Shades of Amazon #346D4E
Tints of Amazon #346D4E
RGB
CMYK
RGB Variations
Color information
#346D4E (or 0x346D4E) is known color: Amazon. HEX triplet: 34, 6D and 4E. RGB value is (52,109,78). Sum of RGB (Red+Green+Blue) = 52+109+78=239 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.76% from 239); Green value is 109 (42.97% from 255 or 45.61% from 239); Blue value is 78 (30.86% from 255 or 32.64% from 239); Max value from RGB is 109 - color contains mainly: green. Hex color #346D4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346D4E is #CB92B1. Grayscale: #585858. Windows color (decimal): -13341362 or 5139764. OLE color: 5139764.
HSL color Cylindrical-coordinate representation of color #346D4E: hue angle of 147.37º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #346D4E is Cyan = 0.52, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 52 | 109 | 78 | - |
| CMYK | 0.52 | 0 | 0.28 | 0.57 |
| HSL | 147.37º | 0.35% | 0.32% | - |
| HSV(B) | 147.37º | 0.52% | 0.43% | - |
| XYZ | 8.26 | 12.22 | 9.13 | - |
| YUV | 88.42 | 122.12 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 109 | 78 | 0.52 | 0 | 0.28 | 0.57 | 147.37 | 0.35 | 0.32 |
| Hex | 34 | 6D | 4E | 34 | 0 | 1C | 39 | 93 | 23 | 20 |
| Octal | 64 | 155 | 116 | 64 | 0 | 34 | 71 | 223 | 43 | 40 |
| Binary | 110100 | 1101101 | 1001110 | 110100 | 0 | 11100 | 111001 | 10010011 | 100011 | 100000 |
Color Harmonies of #346D4E
Complementary color
Monochromatic Colors of #346D4E
Black with #346D4E
Text Example
Text Example
White with #346D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346D4E; }
p { color: rgb(52,109,78); }
H1.HeaderClassName
{
color: #346D4E;
}
.AnyTagClassName
{
color: #346D4E;
}
</style>
background-color css
<style>
a { background-color: #346D4E; }
a { background-color: rgb(52,109,78); }
div.DivClassName
{
background-color: #346D4E;
}
.BgClassName
{
background-color: #346D4E;
}
</style>
border-color css
<style>
span { border-color: #346D4E; }
span { border-color: rgb(52,109,78); }
td.TdClassName
{
border-color: #346D4E;
}
.TagClassName
{
border-color: #346D4E;
}
</style>