Shades of Amazon #346D46
Tints of Amazon #346D46
RGB
CMYK
RGB Variations
Color information
#346D46 (or 0x346D46) is known color: Amazon. HEX triplet: 34, 6D and 46. RGB value is (52,109,70). Sum of RGB (Red+Green+Blue) = 52+109+70=231 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.51% from 231); Green value is 109 (42.97% from 255 or 47.19% from 231); Blue value is 70 (27.73% from 255 or 30.30% from 231); Max value from RGB is 109 - color contains mainly: green. Hex color #346D46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346D46 is #CB92B9. Grayscale: #575757. Windows color (decimal): -13341370 or 4615476. OLE color: 4615476.
HSL color Cylindrical-coordinate representation of color #346D46: hue angle of 138.95º 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 #346D46 is Cyan = 0.52, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 52 | 109 | 70 | - |
| CMYK | 0.52 | 0 | 0.36 | 0.57 |
| HSL | 138.95º | 0.35% | 0.32% | - |
| HSV(B) | 138.95º | 0.52% | 0.43% | - |
| XYZ | 7.99 | 12.11 | 7.71 | - |
| YUV | 87.51 | 118.12 | 102.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 109 | 70 | 0.52 | 0 | 0.36 | 0.57 | 138.95 | 0.35 | 0.32 |
| Hex | 34 | 6D | 46 | 34 | 0 | 24 | 39 | 8B | 23 | 20 |
| Octal | 64 | 155 | 106 | 64 | 0 | 44 | 71 | 213 | 43 | 40 |
| Binary | 110100 | 1101101 | 1000110 | 110100 | 0 | 100100 | 111001 | 10001011 | 100011 | 100000 |
Color Harmonies of #346D46
Complementary color
Monochromatic Colors of #346D46
Black with #346D46
Text Example
Text Example
White with #346D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346D46; }
p { color: rgb(52,109,70); }
H1.HeaderClassName
{
color: #346D46;
}
.AnyTagClassName
{
color: #346D46;
}
</style>
background-color css
<style>
a { background-color: #346D46; }
a { background-color: rgb(52,109,70); }
div.DivClassName
{
background-color: #346D46;
}
.BgClassName
{
background-color: #346D46;
}
</style>
border-color css
<style>
span { border-color: #346D46; }
span { border-color: rgb(52,109,70); }
td.TdClassName
{
border-color: #346D46;
}
.TagClassName
{
border-color: #346D46;
}
</style>