#347F4D

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

Shades of Amazon #347F4D

Tints of Amazon #347F4D

Color information

#347F4D (or 0x347F4D) is unknown color: approx Amazon. HEX triplet: 34, 7F and 4D. RGB value is (52,127,77). Sum of RGB (Red+Green+Blue) = 52+127+77=256 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.31% from 256); Green value is 127 (50% from 255 or 49.61% from 256); Blue value is 77 (30.47% from 255 or 30.08% from 256); Max value from RGB is 127 - color contains mainly: green. Hex color #347F4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347F4D is #CB80B2. Grayscale: #626262. Windows color (decimal): -13336755 or 5078836. OLE color: 5078836.

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

Color convert

RGB5212777-
CMYK0.5900.390.50
HSL140º41.9%35.1%-
HSV(B)140º59.06%49.8%-
XYZ10.3516.449.65-
YUV98.88115.6594.57-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.31%
GREEN value IS 127 (50% from 255) = 49.61%
BLUE value IS 77 (30.47% from 255) = 30.08%
R=20.31%
G=49.61%
B=30.08%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal52127770.5900.390.5014041.935.1
Hex347F4D3B027328c2a23
Octal6417711573047622145243
Binary11010011111111001101111011010011111001010001100101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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