Shades of Amazon #34704F
Tints of Amazon #34704F
RGB
CMYK
RGB Variations
Color information
#34704F (or 0x34704F) is known color: Amazon. HEX triplet: 34, 70 and 4F. RGB value is (52,112,79). Sum of RGB (Red+Green+Blue) = 52+112+79=243 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.40% from 243); Green value is 112 (44.14% from 255 or 46.09% from 243); Blue value is 79 (31.25% from 255 or 32.51% from 243); Max value from RGB is 112 - color contains mainly: green. Hex color #34704F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34704F is #CB8FB0. Grayscale: #5A5A5A. Windows color (decimal): -13340593 or 5206068. OLE color: 5206068.
HSL color Cylindrical-coordinate representation of color #34704F: hue angle of 147º 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 #34704F is Cyan = 0.54, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 52 | 112 | 79 | - |
| CMYK | 0.54 | 0 | 0.29 | 0.56 |
| HSL | 147º | 0.37% | 0.32% | - |
| HSV(B) | 147º | 0.54% | 0.44% | - |
| XYZ | 8.62 | 12.88 | 9.43 | - |
| YUV | 90.3 | 121.62 | 100.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 112 | 79 | 0.54 | 0 | 0.29 | 0.56 | 147 | 0.37 | 0.32 |
| Hex | 34 | 70 | 4F | 36 | 0 | 1D | 38 | 93 | 25 | 20 |
| Octal | 64 | 160 | 117 | 66 | 0 | 35 | 70 | 223 | 45 | 40 |
| Binary | 110100 | 1110000 | 1001111 | 110110 | 0 | 11101 | 111000 | 10010011 | 100101 | 100000 |
Color Harmonies of #34704F
Complementary color
Monochromatic Colors of #34704F
Black with #34704F
Text Example
Text Example
White with #34704F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34704F; }
p { color: rgb(52,112,79); }
H1.HeaderClassName
{
color: #34704F;
}
.AnyTagClassName
{
color: #34704F;
}
</style>
background-color css
<style>
a { background-color: #34704F; }
a { background-color: rgb(52,112,79); }
div.DivClassName
{
background-color: #34704F;
}
.BgClassName
{
background-color: #34704F;
}
</style>
border-color css
<style>
span { border-color: #34704F; }
span { border-color: rgb(52,112,79); }
td.TdClassName
{
border-color: #34704F;
}
.TagClassName
{
border-color: #34704F;
}
</style>