Shades of Amazon #34704C
Tints of Amazon #34704C
RGB
CMYK
RGB Variations
Color information
#34704C (or 0x34704C) is known color: Amazon. HEX triplet: 34, 70 and 4C. RGB value is (52,112,76). Sum of RGB (Red+Green+Blue) = 52+112+76=240 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.67% from 240); Green value is 112 (44.14% from 255 or 46.67% from 240); Blue value is 76 (30.08% from 255 or 31.67% from 240); Max value from RGB is 112 - color contains mainly: green. Hex color #34704C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34704C is #CB8FB3. Grayscale: #5A5A5A. Windows color (decimal): -13340596 or 5009460. OLE color: 5009460.
HSL color Cylindrical-coordinate representation of color #34704C: hue angle of 144º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #34704C is Cyan = 0.54, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 52 | 112 | 76 | - |
| CMYK | 0.54 | 0 | 0.32 | 0.56 |
| HSL | 144º | 0.37% | 0.32% | - |
| HSV(B) | 144º | 0.54% | 0.44% | - |
| XYZ | 8.51 | 12.84 | 8.87 | - |
| YUV | 89.96 | 120.12 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 112 | 76 | 0.54 | 0 | 0.32 | 0.56 | 144 | 0.37 | 0.32 |
| Hex | 34 | 70 | 4C | 36 | 0 | 20 | 38 | 90 | 25 | 20 |
| Octal | 64 | 160 | 114 | 66 | 0 | 40 | 70 | 220 | 45 | 40 |
| Binary | 110100 | 1110000 | 1001100 | 110110 | 0 | 100000 | 111000 | 10010000 | 100101 | 100000 |
Color Harmonies of #34704C
Complementary color
Monochromatic Colors of #34704C
Black with #34704C
Text Example
Text Example
White with #34704C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34704C; }
p { color: rgb(52,112,76); }
H1.HeaderClassName
{
color: #34704C;
}
.AnyTagClassName
{
color: #34704C;
}
</style>
background-color css
<style>
a { background-color: #34704C; }
a { background-color: rgb(52,112,76); }
div.DivClassName
{
background-color: #34704C;
}
.BgClassName
{
background-color: #34704C;
}
</style>
border-color css
<style>
span { border-color: #34704C; }
span { border-color: rgb(52,112,76); }
td.TdClassName
{
border-color: #34704C;
}
.TagClassName
{
border-color: #34704C;
}
</style>