#347346

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

Shades of Amazon #347346

Tints of Amazon #347346

Color information

#347346 (or 0x347346) is unknown color: approx Amazon. HEX triplet: 34, 73 and 46. RGB value is (52,115,70). Sum of RGB (Red+Green+Blue) = 52+115+70=237 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.94% from 237); Green value is 115 (45.31% from 255 or 48.52% from 237); Blue value is 70 (27.73% from 255 or 29.54% from 237); Max value from RGB is 115 - color contains mainly: green. Hex color #347346 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347346 is #CB8CB9. Grayscale: #5B5B5B. Windows color (decimal): -13339834 or 4617012. OLE color: 4617012.

HSL color Cylindrical-coordinate representation of color #347346: hue angle of 137.14º 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 #347346 is Cyan = 0.55, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.55.

Color convert

RGB5211570-
CMYK0.5500.390.55
HSL137.14º37.72%32.75%-
HSV(B)137.14º54.78%45.1%-
XYZ8.6513.437.93-
YUV91.03116.13100.16-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.94%
GREEN value IS 115 (45.31% from 255) = 48.52%
BLUE value IS 70 (27.73% from 255) = 29.54%
R=21.94%
G=48.52%
B=29.54%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52115700.5500.390.55137.1437.7232.75
Hex3473463702737892621
Octal6416310667047672114641
Binary11010011100111000110110111010011111011110001001100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347346; }

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

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

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

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

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

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

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

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