Shades of Amazon #347045
Tints of Amazon #347045
RGB
CMYK
RGB Variations
Color information
#347045 (or 0x347045) is known color: Amazon. HEX triplet: 34, 70 and 45. RGB value is (52,112,69). Sum of RGB (Red+Green+Blue) = 52+112+69=233 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.32% from 233); Green value is 112 (44.14% from 255 or 48.07% from 233); Blue value is 69 (27.34% from 255 or 29.61% from 233); Max value from RGB is 112 - color contains mainly: green. Hex color #347045 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347045 is #CB8FBA. Grayscale: #595959. Windows color (decimal): -13340603 or 4550708. OLE color: 4550708.
HSL color Cylindrical-coordinate representation of color #347045: hue angle of 137º 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 #347045 is Cyan = 0.54, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 52 | 112 | 69 | - |
| CMYK | 0.54 | 0 | 0.38 | 0.56 |
| HSL | 137º | 0.37% | 0.32% | - |
| HSV(B) | 137º | 0.54% | 0.44% | - |
| XYZ | 8.28 | 12.75 | 7.65 | - |
| YUV | 89.16 | 116.62 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 112 | 69 | 0.54 | 0 | 0.38 | 0.56 | 137 | 0.37 | 0.32 |
| Hex | 34 | 70 | 45 | 36 | 0 | 26 | 38 | 89 | 25 | 20 |
| Octal | 64 | 160 | 105 | 66 | 0 | 46 | 70 | 211 | 45 | 40 |
| Binary | 110100 | 1110000 | 1000101 | 110110 | 0 | 100110 | 111000 | 10001001 | 100101 | 100000 |
Color Harmonies of #347045
Complementary color
Monochromatic Colors of #347045
Black with #347045
Text Example
Text Example
White with #347045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347045; }
p { color: rgb(52,112,69); }
H1.HeaderClassName
{
color: #347045;
}
.AnyTagClassName
{
color: #347045;
}
</style>
background-color css
<style>
a { background-color: #347045; }
a { background-color: rgb(52,112,69); }
div.DivClassName
{
background-color: #347045;
}
.BgClassName
{
background-color: #347045;
}
</style>
border-color css
<style>
span { border-color: #347045; }
span { border-color: rgb(52,112,69); }
td.TdClassName
{
border-color: #347045;
}
.TagClassName
{
border-color: #347045;
}
</style>