#347048

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

Shades of Amazon #347048

Tints of Amazon #347048

Color information

#347048 (or 0x347048) is unknown color: approx Amazon. HEX triplet: 34, 70 and 48. RGB value is (52,112,72). Sum of RGB (Red+Green+Blue) = 52+112+72=236 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.03% from 236); Green value is 112 (44.14% from 255 or 47.46% from 236); Blue value is 72 (28.52% from 255 or 30.51% from 236); Max value from RGB is 112 - color contains mainly: green. Hex color #347048 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347048 is #CB8FB7. Grayscale: #595959. Windows color (decimal): -13340600 or 4747316. OLE color: 4747316.

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

Color convert

RGB5211272-
CMYK0.5400.360.56
HSL140º36.59%32.16%-
HSV(B)140º53.57%43.92%-
XYZ8.3812.798.16-
YUV89.5118.12101.25-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.03%
GREEN value IS 112 (44.14% from 255) = 47.46%
BLUE value IS 72 (28.52% from 255) = 30.51%
R=22.03%
G=47.46%
B=30.51%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52112720.5400.360.5614036.5932.16
Hex34704836024388c2520
Octal6416011066044702144540
Binary11010011100001001000110110010010011100010001100100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347048; }

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

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

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

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

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

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

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

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