Shades of Amazon #347545
Tints of Amazon #347545
RGB
CMYK
RGB Variations
Color information
#347545 (or 0x347545) is known color: Amazon. HEX triplet: 34, 75 and 45. RGB value is (52,117,69). Sum of RGB (Red+Green+Blue) = 52+117+69=238 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.85% from 238); Green value is 117 (46.09% from 255 or 49.16% from 238); Blue value is 69 (27.34% from 255 or 28.99% from 238); Max value from RGB is 117 - color contains mainly: green. Hex color #347545 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347545 is #CB8ABA. Grayscale: #5C5C5C. Windows color (decimal): -13339323 or 4551988. OLE color: 4551988.
HSL color Cylindrical-coordinate representation of color #347545: hue angle of 135.69º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #347545 is Cyan = 0.56, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 52 | 117 | 69 | - |
| CMYK | 0.56 | 0 | 0.41 | 0.54 |
| HSL | 135.69º | 0.38% | 0.33% | - |
| HSV(B) | 135.69º | 0.56% | 0.46% | - |
| XYZ | 8.85 | 13.88 | 7.84 | - |
| YUV | 92.09 | 114.97 | 99.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 117 | 69 | 0.56 | 0 | 0.41 | 0.54 | 135.69 | 0.38 | 0.33 |
| Hex | 34 | 75 | 45 | 38 | 0 | 29 | 36 | 88 | 26 | 21 |
| Octal | 64 | 165 | 105 | 70 | 0 | 51 | 66 | 210 | 46 | 41 |
| Binary | 110100 | 1110101 | 1000101 | 111000 | 0 | 101001 | 110110 | 10001000 | 100110 | 100001 |
Color Harmonies of #347545
Complementary color
Monochromatic Colors of #347545
Black with #347545
Text Example
Text Example
White with #347545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347545; }
p { color: rgb(52,117,69); }
H1.HeaderClassName
{
color: #347545;
}
.AnyTagClassName
{
color: #347545;
}
</style>
background-color css
<style>
a { background-color: #347545; }
a { background-color: rgb(52,117,69); }
div.DivClassName
{
background-color: #347545;
}
.BgClassName
{
background-color: #347545;
}
</style>
border-color css
<style>
span { border-color: #347545; }
span { border-color: rgb(52,117,69); }
td.TdClassName
{
border-color: #347545;
}
.TagClassName
{
border-color: #347545;
}
</style>