Shades of Amazon #347544
Tints of Amazon #347544
RGB
CMYK
RGB Variations
Color information
#347544 (or 0x347544) is known color: Amazon. HEX triplet: 34, 75 and 44. RGB value is (52,117,68). Sum of RGB (Red+Green+Blue) = 52+117+68=237 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.94% from 237); Green value is 117 (46.09% from 255 or 49.37% from 237); Blue value is 68 (26.95% from 255 or 28.69% from 237); Max value from RGB is 117 - color contains mainly: green. Hex color #347544 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347544 is #CB8ABB. Grayscale: #5C5C5C. Windows color (decimal): -13339324 or 4486452. OLE color: 4486452.
HSL color Cylindrical-coordinate representation of color #347544: hue angle of 134.77º 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 #347544 is Cyan = 0.56, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 52 | 117 | 68 | - |
| CMYK | 0.56 | 0 | 0.42 | 0.54 |
| HSL | 134.77º | 0.38% | 0.33% | - |
| HSV(B) | 134.77º | 0.56% | 0.46% | - |
| XYZ | 8.82 | 13.87 | 7.68 | - |
| YUV | 91.98 | 114.47 | 99.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 117 | 68 | 0.56 | 0 | 0.42 | 0.54 | 134.77 | 0.38 | 0.33 |
| Hex | 34 | 75 | 44 | 38 | 0 | 2A | 36 | 87 | 26 | 21 |
| Octal | 64 | 165 | 104 | 70 | 0 | 52 | 66 | 207 | 46 | 41 |
| Binary | 110100 | 1110101 | 1000100 | 111000 | 0 | 101010 | 110110 | 10000111 | 100110 | 100001 |
Color Harmonies of #347544
Complementary color
Monochromatic Colors of #347544
Black with #347544
Text Example
Text Example
White with #347544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347544; }
p { color: rgb(52,117,68); }
H1.HeaderClassName
{
color: #347544;
}
.AnyTagClassName
{
color: #347544;
}
</style>
background-color css
<style>
a { background-color: #347544; }
a { background-color: rgb(52,117,68); }
div.DivClassName
{
background-color: #347544;
}
.BgClassName
{
background-color: #347544;
}
</style>
border-color css
<style>
span { border-color: #347544; }
span { border-color: rgb(52,117,68); }
td.TdClassName
{
border-color: #347544;
}
.TagClassName
{
border-color: #347544;
}
</style>