Shades of Amazon #347145
Tints of Amazon #347145
RGB
CMYK
RGB Variations
Color information
#347145 (or 0x347145) is known color: Amazon. HEX triplet: 34, 71 and 45. RGB value is (52,113,69). Sum of RGB (Red+Green+Blue) = 52+113+69=234 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.22% from 234); Green value is 113 (44.53% from 255 or 48.29% from 234); Blue value is 69 (27.34% from 255 or 29.49% from 234); Max value from RGB is 113 - color contains mainly: green. Hex color #347145 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347145 is #CB8EBA. Grayscale: #595959. Windows color (decimal): -13340347 or 4550964. OLE color: 4550964.
HSL color Cylindrical-coordinate representation of color #347145: hue angle of 136.72º 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 #347145 is Cyan = 0.54, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 52 | 113 | 69 | - |
| CMYK | 0.54 | 0 | 0.39 | 0.56 |
| HSL | 136.72º | 0.37% | 0.32% | - |
| HSV(B) | 136.72º | 0.54% | 0.44% | - |
| XYZ | 8.4 | 12.97 | 7.69 | - |
| YUV | 89.75 | 116.29 | 101.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 113 | 69 | 0.54 | 0 | 0.39 | 0.56 | 136.72 | 0.37 | 0.32 |
| Hex | 34 | 71 | 45 | 36 | 0 | 27 | 38 | 89 | 25 | 20 |
| Octal | 64 | 161 | 105 | 66 | 0 | 47 | 70 | 211 | 45 | 40 |
| Binary | 110100 | 1110001 | 1000101 | 110110 | 0 | 100111 | 111000 | 10001001 | 100101 | 100000 |
Color Harmonies of #347145
Complementary color
Monochromatic Colors of #347145
Black with #347145
Text Example
Text Example
White with #347145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347145; }
p { color: rgb(52,113,69); }
H1.HeaderClassName
{
color: #347145;
}
.AnyTagClassName
{
color: #347145;
}
</style>
background-color css
<style>
a { background-color: #347145; }
a { background-color: rgb(52,113,69); }
div.DivClassName
{
background-color: #347145;
}
.BgClassName
{
background-color: #347145;
}
</style>
border-color css
<style>
span { border-color: #347145; }
span { border-color: rgb(52,113,69); }
td.TdClassName
{
border-color: #347145;
}
.TagClassName
{
border-color: #347145;
}
</style>