#346C4F

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

Shades of Amazon #346C4F

Tints of Amazon #346C4F

Color information

#346C4F (or 0x346C4F) is unknown color: approx Amazon. HEX triplet: 34, 6C and 4F. RGB value is (52,108,79). Sum of RGB (Red+Green+Blue) = 52+108+79=239 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.76% from 239); Green value is 108 (42.58% from 255 or 45.19% from 239); Blue value is 79 (31.25% from 255 or 33.05% from 239); Max value from RGB is 108 - color contains mainly: green. Hex color #346C4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346C4F is #CB93B0. Grayscale: #585858. Windows color (decimal): -13341617 or 5205044. OLE color: 5205044.

HSL color Cylindrical-coordinate representation of color #346C4F: hue angle of 148.93º 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 #346C4F is Cyan = 0.52, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.58.

Color convert

RGB5210879-
CMYK0.5200.270.58
HSL148.93º35%31.37%-
HSV(B)148.93º51.85%42.35%-
XYZ8.1912.029.29-
YUV87.95122.95102.36-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.76%
GREEN value IS 108 (42.58% from 255) = 45.19%
BLUE value IS 79 (31.25% from 255) = 33.05%
R=21.76%
G=45.19%
B=33.05%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal52108790.5200.270.58148.933531.37
Hex346C4F3401B3A95231f
Octal6415411764033722254337
Binary110100110110010011111101000110111110101001010110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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