#346F4C

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

Shades of Amazon #346F4C

Tints of Amazon #346F4C

Color information

#346F4C (or 0x346F4C) is unknown color: approx Amazon. HEX triplet: 34, 6F and 4C. RGB value is (52,111,76). Sum of RGB (Red+Green+Blue) = 52+111+76=239 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.76% from 239); Green value is 111 (43.75% from 255 or 46.44% from 239); Blue value is 76 (30.08% from 255 or 31.80% from 239); Max value from RGB is 111 - color contains mainly: green. Hex color #346F4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346F4C is #CB90B3. Grayscale: #595959. Windows color (decimal): -13340852 or 5009204. OLE color: 5009204.

HSL color Cylindrical-coordinate representation of color #346F4C: hue angle of 144.41º 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 #346F4C is Cyan = 0.53, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB5211176-
CMYK0.5300.320.56
HSL144.41º36.2%31.96%-
HSV(B)144.41º53.15%43.53%-
XYZ8.4112.628.83-
YUV89.37120.45101.35-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.76%
GREEN value IS 111 (43.75% from 255) = 46.44%
BLUE value IS 76 (30.08% from 255) = 31.80%
R=21.76%
G=46.44%
B=31.80%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52111760.5300.320.56144.4136.231.96
Hex346F4C3502038902420
Octal6415711465040702204440
Binary11010011011111001100110101010000011100010010000100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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