#346C48

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

Shades of Amazon #346C48

Tints of Amazon #346C48

Color information

#346C48 (or 0x346C48) is unknown color: approx Amazon. HEX triplet: 34, 6C and 48. RGB value is (52,108,72). Sum of RGB (Red+Green+Blue) = 52+108+72=232 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.41% from 232); Green value is 108 (42.58% from 255 or 46.55% from 232); Blue value is 72 (28.52% from 255 or 31.03% from 232); Max value from RGB is 108 - color contains mainly: green. Hex color #346C48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346C48 is #CB93B7. Grayscale: #575757. Windows color (decimal): -13341624 or 4746292. OLE color: 4746292.

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

Color convert

RGB5210872-
CMYK0.5200.330.58
HSL141.43º35%31.37%-
HSV(B)141.43º51.85%42.35%-
XYZ7.9511.928.01-
YUV87.15119.45102.93-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.41%
GREEN value IS 108 (42.58% from 255) = 46.55%
BLUE value IS 72 (28.52% from 255) = 31.03%
R=22.41%
G=46.55%
B=31.03%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal52108720.5200.330.58141.433531.37
Hex346C48340213A8d231f
Octal6415411064041722154337
Binary1101001101100100100011010001000011110101000110110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,108,72); }

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

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

 a { background-color: rgb(52,108,72); }

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

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

 span { border-color: rgb(52,108,72); }

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