Shades of Amazon #346C4C
Tints of Amazon #346C4C
RGB
CMYK
RGB Variations
Color information
#346C4C (or 0x346C4C) is known color: Amazon. HEX triplet: 34, 6C and 4C. RGB value is (52,108,76). Sum of RGB (Red+Green+Blue) = 52+108+76=236 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.03% from 236); Green value is 108 (42.58% from 255 or 45.76% from 236); Blue value is 76 (30.08% from 255 or 32.20% from 236); Max value from RGB is 108 - color contains mainly: green. Hex color #346C4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346C4C is #CB93B3. Grayscale: #575757. Windows color (decimal): -13341620 or 5008436. OLE color: 5008436.
HSL color Cylindrical-coordinate representation of color #346C4C: hue angle of 145.71º 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 #346C4C is Cyan = 0.52, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 52 | 108 | 76 | - |
| CMYK | 0.52 | 0 | 0.30 | 0.58 |
| HSL | 145.71º | 0.35% | 0.31% | - |
| HSV(B) | 145.71º | 0.52% | 0.42% | - |
| XYZ | 8.08 | 11.98 | 8.72 | - |
| YUV | 87.61 | 121.45 | 102.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 108 | 76 | 0.52 | 0 | 0.30 | 0.58 | 145.71 | 0.35 | 0.31 |
| Hex | 34 | 6C | 4C | 34 | 0 | 1E | 3A | 92 | 23 | 1F |
| Octal | 64 | 154 | 114 | 64 | 0 | 36 | 72 | 222 | 43 | 37 |
| Binary | 110100 | 1101100 | 1001100 | 110100 | 0 | 11110 | 111010 | 10010010 | 100011 | 11111 |
Color Harmonies of #346C4C
Complementary color
Monochromatic Colors of #346C4C
Black with #346C4C
Text Example
Text Example
White with #346C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346C4C; }
p { color: rgb(52,108,76); }
H1.HeaderClassName
{
color: #346C4C;
}
.AnyTagClassName
{
color: #346C4C;
}
</style>
background-color css
<style>
a { background-color: #346C4C; }
a { background-color: rgb(52,108,76); }
div.DivClassName
{
background-color: #346C4C;
}
.BgClassName
{
background-color: #346C4C;
}
</style>
border-color css
<style>
span { border-color: #346C4C; }
span { border-color: rgb(52,108,76); }
td.TdClassName
{
border-color: #346C4C;
}
.TagClassName
{
border-color: #346C4C;
}
</style>