#347348

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

Shades of Amazon #347348

Tints of Amazon #347348

Color information

#347348 (or 0x347348) is unknown color: approx Amazon. HEX triplet: 34, 73 and 48. RGB value is (52,115,72). Sum of RGB (Red+Green+Blue) = 52+115+72=239 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.76% from 239); Green value is 115 (45.31% from 255 or 48.12% from 239); Blue value is 72 (28.52% from 255 or 30.13% from 239); Max value from RGB is 115 - color contains mainly: green. Hex color #347348 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347348 is #CB8CB7. Grayscale: #5B5B5B. Windows color (decimal): -13339832 or 4748084. OLE color: 4748084.

HSL color Cylindrical-coordinate representation of color #347348: hue angle of 139.05º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #347348 is Cyan = 0.55, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB5211572-
CMYK0.5500.370.55
HSL139.05º37.72%32.75%-
HSV(B)139.05º54.78%45.1%-
XYZ8.7213.468.27-
YUV91.26117.13100-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.76%
GREEN value IS 115 (45.31% from 255) = 48.12%
BLUE value IS 72 (28.52% from 255) = 30.13%
R=21.76%
G=48.12%
B=30.13%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52115720.5500.370.55139.0537.7232.75
Hex34734837025378b2621
Octal6416311067045672134641
Binary11010011100111001000110111010010111011110001011100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347348; }

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

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

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

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

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

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

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

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