#347D59

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

Shades of Amazon #347D59

Tints of Amazon #347D59

Color information

#347D59 (or 0x347D59) is unknown color: approx Amazon. HEX triplet: 34, 7D and 59. RGB value is (52,125,89). Sum of RGB (Red+Green+Blue) = 52+125+89=266 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.55% from 266); Green value is 125 (49.22% from 255 or 46.99% from 266); Blue value is 89 (35.16% from 255 or 33.46% from 266); Max value from RGB is 125 - color contains mainly: green. Hex color #347D59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347D59 is #CB82A6. Grayscale: #636363. Windows color (decimal): -13337255 or 5864756. OLE color: 5864756.

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

Color convert

RGB5212589-
CMYK0.5800.290.51
HSL150.41º41.24%34.71%-
HSV(B)150.41º58.4%49.02%-
XYZ10.5516.1212.01-
YUV99.07122.3294.43-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.55%
GREEN value IS 125 (49.22% from 255) = 46.99%
BLUE value IS 89 (35.16% from 255) = 33.46%
R=19.55%
G=46.99%
B=33.46%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal52125890.5800.290.51150.4141.2434.71
Hex347D593A01D33962923
Octal6417513172035632265143
Binary1101001111101101100111101001110111001110010110101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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