#346B4D

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

Shades of Amazon #346B4D

Tints of Amazon #346B4D

Color information

#346B4D (or 0x346B4D) is unknown color: approx Amazon. HEX triplet: 34, 6B and 4D. RGB value is (52,107,77). Sum of RGB (Red+Green+Blue) = 52+107+77=236 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.03% from 236); Green value is 107 (42.19% from 255 or 45.34% from 236); Blue value is 77 (30.47% from 255 or 32.63% from 236); Max value from RGB is 107 - color contains mainly: green. Hex color #346B4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346B4D is #CB94B2. Grayscale: #575757. Windows color (decimal): -13341875 or 5073716. OLE color: 5073716.

HSL color Cylindrical-coordinate representation of color #346B4D: hue angle of 147.27º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #346B4D is Cyan = 0.51, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.58.

Color convert

RGB5210777-
CMYK0.5100.280.58
HSL147.27º34.59%31.18%-
HSV(B)147.27º51.4%41.96%-
XYZ8.0111.788.87-
YUV87.14122.28102.94-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.03%
GREEN value IS 107 (42.19% from 255) = 45.34%
BLUE value IS 77 (30.47% from 255) = 32.63%
R=22.03%
G=45.34%
B=32.63%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal52107770.5100.280.58147.2734.5931.18
Hex346B4D3301C3A93231f
Octal6415311563034722234337
Binary110100110101110011011100110111001110101001001110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,107,77); }

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

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

 a { background-color: rgb(52,107,77); }

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

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

 span { border-color: rgb(52,107,77); }

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