#347C56

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

Shades of Amazon #347C56

Tints of Amazon #347C56

Color information

#347C56 (or 0x347C56) is unknown color: approx Amazon. HEX triplet: 34, 7C and 56. RGB value is (52,124,86). Sum of RGB (Red+Green+Blue) = 52+124+86=262 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.85% from 262); Green value is 124 (48.83% from 255 or 47.33% from 262); Blue value is 86 (33.98% from 255 or 32.82% from 262); Max value from RGB is 124 - color contains mainly: green. Hex color #347C56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347C56 is #CB83A9. Grayscale: #626262. Windows color (decimal): -13337514 or 5667892. OLE color: 5667892.

HSL color Cylindrical-coordinate representation of color #347C56: hue angle of 148.33º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #347C56 is Cyan = 0.58, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.51.

Color convert

RGB5212486-
CMYK0.5800.310.51
HSL148.33º40.91%34.51%-
HSV(B)148.33º58.06%48.63%-
XYZ10.315.8211.31-
YUV98.14121.1595.09-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.85%
GREEN value IS 124 (48.83% from 255) = 47.33%
BLUE value IS 86 (33.98% from 255) = 32.82%
R=19.85%
G=47.33%
B=32.82%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal52124860.5800.310.51148.3340.9134.51
Hex347C563A01F33942923
Octal6417412672037632245143
Binary1101001111100101011011101001111111001110010100101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,124,86); }

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

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

 a { background-color: rgb(52,124,86); }

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

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

 span { border-color: rgb(52,124,86); }

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