#347F50

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

Shades of Amazon #347F50

Tints of Amazon #347F50

Color information

#347F50 (or 0x347F50) is unknown color: approx Amazon. HEX triplet: 34, 7F and 50. RGB value is (52,127,80). Sum of RGB (Red+Green+Blue) = 52+127+80=259 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.08% from 259); Green value is 127 (50% from 255 or 49.03% from 259); Blue value is 80 (31.64% from 255 or 30.89% from 259); Max value from RGB is 127 - color contains mainly: green. Hex color #347F50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347F50 is #CB80AF. Grayscale: #636363. Windows color (decimal): -13336752 or 5275444. OLE color: 5275444.

HSL color Cylindrical-coordinate representation of color #347F50: hue angle of 142.4º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #347F50 is Cyan = 0.59, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.50.

Color convert

RGB5212780-
CMYK0.5900.370.50
HSL142.4º41.9%35.1%-
HSV(B)142.4º59.06%49.8%-
XYZ10.4516.4910.22-
YUV99.22117.1594.32-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.08%
GREEN value IS 127 (50% from 255) = 49.03%
BLUE value IS 80 (31.64% from 255) = 30.89%
R=20.08%
G=49.03%
B=30.89%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal52127800.5900.370.50142.441.935.1
Hex347F503B025328e2a23
Octal6417712073045622165243
Binary11010011111111010000111011010010111001010001110101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347F50; }

 p { color: rgb(52,127,80); }

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

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

 a { background-color: rgb(52,127,80); }

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

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

 span { border-color: rgb(52,127,80); }

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