Shades of Amazon #346E48
Tints of Amazon #346E48
RGB
CMYK
RGB Variations
Color information
#346E48 (or 0x346E48) is known color: Amazon. HEX triplet: 34, 6E and 48. RGB value is (52,110,72). Sum of RGB (Red+Green+Blue) = 52+110+72=234 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.22% from 234); Green value is 110 (43.36% from 255 or 47.01% from 234); Blue value is 72 (28.52% from 255 or 30.77% from 234); Max value from RGB is 110 - color contains mainly: green. Hex color #346E48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346E48 is #CB91B7. Grayscale: #585858. Windows color (decimal): -13341112 or 4746804. OLE color: 4746804.
HSL color Cylindrical-coordinate representation of color #346E48: hue angle of 140.69º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #346E48 is Cyan = 0.53, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 52 | 110 | 72 | - |
| CMYK | 0.53 | 0 | 0.35 | 0.57 |
| HSL | 140.69º | 0.36% | 0.32% | - |
| HSV(B) | 140.69º | 0.53% | 0.43% | - |
| XYZ | 8.16 | 12.35 | 8.08 | - |
| YUV | 88.33 | 118.78 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 110 | 72 | 0.53 | 0 | 0.35 | 0.57 | 140.69 | 0.36 | 0.32 |
| Hex | 34 | 6E | 48 | 35 | 0 | 23 | 39 | 8D | 24 | 20 |
| Octal | 64 | 156 | 110 | 65 | 0 | 43 | 71 | 215 | 44 | 40 |
| Binary | 110100 | 1101110 | 1001000 | 110101 | 0 | 100011 | 111001 | 10001101 | 100100 | 100000 |
Color Harmonies of #346E48
Complementary color
Monochromatic Colors of #346E48
Black with #346E48
Text Example
Text Example
White with #346E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346E48; }
p { color: rgb(52,110,72); }
H1.HeaderClassName
{
color: #346E48;
}
.AnyTagClassName
{
color: #346E48;
}
</style>
background-color css
<style>
a { background-color: #346E48; }
a { background-color: rgb(52,110,72); }
div.DivClassName
{
background-color: #346E48;
}
.BgClassName
{
background-color: #346E48;
}
</style>
border-color css
<style>
span { border-color: #346E48; }
span { border-color: rgb(52,110,72); }
td.TdClassName
{
border-color: #346E48;
}
.TagClassName
{
border-color: #346E48;
}
</style>