#347C59

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

Shades of Amazon #347C59

Tints of Amazon #347C59

Color information

#347C59 (or 0x347C59) is unknown color: approx Amazon. HEX triplet: 34, 7C and 59. RGB value is (52,124,89). Sum of RGB (Red+Green+Blue) = 52+124+89=265 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.62% from 265); Green value is 124 (48.83% from 255 or 46.79% from 265); Blue value is 89 (35.16% from 255 or 33.58% from 265); Max value from RGB is 124 - color contains mainly: green. Hex color #347C59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347C59 is #CB83A6. Grayscale: #626262. Windows color (decimal): -13337511 or 5864500. OLE color: 5864500.

HSL color Cylindrical-coordinate representation of color #347C59: hue angle of 150.83º 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 #347C59 is Cyan = 0.58, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.51.

Color convert

RGB5212489-
CMYK0.5800.280.51
HSL150.83º40.91%34.51%-
HSV(B)150.83º58.06%48.63%-
XYZ10.4315.8711.96-
YUV98.48122.6594.85-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.62%
GREEN value IS 124 (48.83% from 255) = 46.79%
BLUE value IS 89 (35.16% from 255) = 33.58%
R=19.62%
G=46.79%
B=33.58%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal52124890.5800.280.51150.8340.9134.51
Hex347C593A01C33972923
Octal6417413172034632275143
Binary1101001111100101100111101001110011001110010111101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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