#346F49

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

Shades of Amazon #346F49

Tints of Amazon #346F49

Color information

#346F49 (or 0x346F49) is unknown color: approx Amazon. HEX triplet: 34, 6F and 49. RGB value is (52,111,73). Sum of RGB (Red+Green+Blue) = 52+111+73=236 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.03% from 236); Green value is 111 (43.75% from 255 or 47.03% from 236); Blue value is 73 (28.91% from 255 or 30.93% from 236); Max value from RGB is 111 - color contains mainly: green. Hex color #346F49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346F49 is #CB90B6. Grayscale: #595959. Windows color (decimal): -13340855 or 4812596. OLE color: 4812596.

HSL color Cylindrical-coordinate representation of color #346F49: hue angle of 141.36º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #346F49 is Cyan = 0.53, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB5211173-
CMYK0.5300.340.56
HSL141.36º36.2%31.96%-
HSV(B)141.36º53.15%43.53%-
XYZ8.312.588.29-
YUV89.03118.95101.59-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.03%
GREEN value IS 111 (43.75% from 255) = 47.03%
BLUE value IS 73 (28.91% from 255) = 30.93%
R=22.03%
G=47.03%
B=30.93%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52111730.5300.340.56141.3636.231.96
Hex346F4935022388d2420
Octal6415711165042702154440
Binary11010011011111001001110101010001011100010001101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346F49; }

 p { color: rgb(52,111,73); }

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

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

 a { background-color: rgb(52,111,73); }

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

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

 span { border-color: rgb(52,111,73); }

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