#347650

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

Shades of Amazon #347650

Tints of Amazon #347650

Color information

#347650 (or 0x347650) is unknown color: approx Amazon. HEX triplet: 34, 76 and 50. RGB value is (52,118,80). Sum of RGB (Red+Green+Blue) = 52+118+80=250 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.8% from 250); Green value is 118 (46.48% from 255 or 47.2% from 250); Blue value is 80 (31.64% from 255 or 32% from 250); Max value from RGB is 118 - color contains mainly: green. Hex color #347650 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347650 is #CB89AF. Grayscale: #5E5E5E. Windows color (decimal): -13339056 or 5273140. OLE color: 5273140.

HSL color Cylindrical-coordinate representation of color #347650: hue angle of 145.45º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #347650 is Cyan = 0.56, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB5211880-
CMYK0.5600.320.54
HSL145.45º38.82%33.33%-
HSV(B)145.45º55.93%46.27%-
XYZ9.3414.279.85-
YUV93.93120.1398.09-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.8%
GREEN value IS 118 (46.48% from 255) = 47.2%
BLUE value IS 80 (31.64% from 255) = 32%
R=20.8%
G=47.2%
B=32%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal52118800.5600.320.54145.4538.8233.33
Hex3476503802036912721
Octal6416612070040662214741
Binary11010011101101010000111000010000011011010010001100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347650; }

 p { color: rgb(52,118,80); }

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

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

 a { background-color: rgb(52,118,80); }

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

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

 span { border-color: rgb(52,118,80); }

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