#347049

Color #347049 Amazon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amazon #347049

Tints of Amazon #347049

Color information

#347049 (or 0x347049) is unknown color: approx Amazon. HEX triplet: 34, 70 and 49. RGB value is (52,112,73). Sum of RGB (Red+Green+Blue) = 52+112+73=237 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.94% from 237); Green value is 112 (44.14% from 255 or 47.26% from 237); Blue value is 73 (28.91% from 255 or 30.80% from 237); Max value from RGB is 112 - color contains mainly: green. Hex color #347049 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347049 is #CB8FB6. Grayscale: #595959. Windows color (decimal): -13340599 or 4812852. OLE color: 4812852.

HSL color Cylindrical-coordinate representation of color #347049: hue angle of 141º 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 #347049 is Cyan = 0.54, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB5211273-
CMYK0.5400.350.56
HSL141º36.59%32.16%-
HSV(B)141º53.57%43.92%-
XYZ8.4112.88.33-
YUV89.61118.62101.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 21.94%
GREEN value IS 112 (44.14% from 255) = 47.26%
BLUE value IS 73 (28.91% from 255) = 30.80%
R=21.94%
G=47.26%
B=30.80%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52112730.5400.350.5614136.5932.16
Hex34704936023388d2520
Octal6416011166043702154540
Binary11010011100001001001110110010001111100010001101100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347049; }

 p { color: rgb(52,112,73); }

 H1.HeaderClassName
 {
   color: #347049;
 }
 .AnyTagClassName
 {
   color: #347049;
 }
</style>
background-color css

<style>
 a { background-color: #347049; }

 a { background-color: rgb(52,112,73); }

 div.DivClassName
 {
   background-color: #347049;
 }
 .BgClassName
 {
   background-color: #347049;
 }
</style>
border-color css

<style>
 span { border-color: #347049; }

 span { border-color: rgb(52,112,73); }

 td.TdClassName
 {
   border-color: #347049;
 }
 .TagClassName
 {
   border-color: #347049;
 }
</style>