Shades of Amazon #34704D
Tints of Amazon #34704D
RGB
CMYK
RGB Variations
Color information
#34704D (or 0x34704D) is known color: Amazon. HEX triplet: 34, 70 and 4D. RGB value is (52,112,77). Sum of RGB (Red+Green+Blue) = 52+112+77=241 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.58% from 241); Green value is 112 (44.14% from 255 or 46.47% from 241); Blue value is 77 (30.47% from 255 or 31.95% from 241); Max value from RGB is 112 - color contains mainly: green. Hex color #34704D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34704D is #CB8FB2. Grayscale: #5A5A5A. Windows color (decimal): -13340595 or 5074996. OLE color: 5074996.
HSL color Cylindrical-coordinate representation of color #34704D: hue angle of 145º 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 #34704D is Cyan = 0.54, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 52 | 112 | 77 | - |
| CMYK | 0.54 | 0 | 0.31 | 0.56 |
| HSL | 145º | 0.37% | 0.32% | - |
| HSV(B) | 145º | 0.54% | 0.44% | - |
| XYZ | 8.55 | 12.85 | 9.05 | - |
| YUV | 90.07 | 120.62 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 112 | 77 | 0.54 | 0 | 0.31 | 0.56 | 145 | 0.37 | 0.32 |
| Hex | 34 | 70 | 4D | 36 | 0 | 1F | 38 | 91 | 25 | 20 |
| Octal | 64 | 160 | 115 | 66 | 0 | 37 | 70 | 221 | 45 | 40 |
| Binary | 110100 | 1110000 | 1001101 | 110110 | 0 | 11111 | 111000 | 10010001 | 100101 | 100000 |
Color Harmonies of #34704D
Complementary color
Monochromatic Colors of #34704D
Black with #34704D
Text Example
Text Example
White with #34704D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34704D; }
p { color: rgb(52,112,77); }
H1.HeaderClassName
{
color: #34704D;
}
.AnyTagClassName
{
color: #34704D;
}
</style>
background-color css
<style>
a { background-color: #34704D; }
a { background-color: rgb(52,112,77); }
div.DivClassName
{
background-color: #34704D;
}
.BgClassName
{
background-color: #34704D;
}
</style>
border-color css
<style>
span { border-color: #34704D; }
span { border-color: rgb(52,112,77); }
td.TdClassName
{
border-color: #34704D;
}
.TagClassName
{
border-color: #34704D;
}
</style>