#347353

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

Shades of Amazon #347353

Tints of Amazon #347353

Color information

#347353 (or 0x347353) is unknown color: approx Amazon. HEX triplet: 34, 73 and 53. RGB value is (52,115,83). Sum of RGB (Red+Green+Blue) = 52+115+83=250 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.8% from 250); Green value is 115 (45.31% from 255 or 46% from 250); Blue value is 83 (32.81% from 255 or 33.2% from 250); Max value from RGB is 115 - color contains mainly: green. Hex color #347353 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347353 is #CB8CAC. Grayscale: #5C5C5C. Windows color (decimal): -13339821 or 5468980. OLE color: 5468980.

HSL color Cylindrical-coordinate representation of color #347353: hue angle of 149.52º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #347353 is Cyan = 0.55, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB5211583-
CMYK0.5500.280.55
HSL149.52º37.72%32.75%-
HSV(B)149.52º54.78%45.1%-
XYZ9.1113.6210.33-
YUV92.52122.6399.1-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.8%
GREEN value IS 115 (45.31% from 255) = 46%
BLUE value IS 83 (32.81% from 255) = 33.2%
R=20.8%
G=46%
B=33.2%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52115830.5500.280.55149.5237.7232.75
Hex3473533701C37962621
Octal6416312367034672264641
Binary1101001110011101001111011101110011011110010110100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347353; }

 p { color: rgb(52,115,83); }

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

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

 a { background-color: rgb(52,115,83); }

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

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

 span { border-color: rgb(52,115,83); }

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