#346E51

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

Shades of Amazon #346E51

Tints of Amazon #346E51

Color information

#346E51 (or 0x346E51) is unknown color: approx Amazon. HEX triplet: 34, 6E and 51. RGB value is (52,110,81). Sum of RGB (Red+Green+Blue) = 52+110+81=243 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.40% from 243); Green value is 110 (43.36% from 255 or 45.27% from 243); Blue value is 81 (32.03% from 255 or 33.33% from 243); Max value from RGB is 110 - color contains mainly: green. Hex color #346E51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346E51 is #CB91AE. Grayscale: #595959. Windows color (decimal): -13341103 or 5336628. OLE color: 5336628.

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

Color convert

RGB5211081-
CMYK0.5300.260.57
HSL150º35.8%31.76%-
HSV(B)150º52.73%43.14%-
XYZ8.4812.489.75-
YUV89.35123.28101.36-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.40%
GREEN value IS 110 (43.36% from 255) = 45.27%
BLUE value IS 81 (32.03% from 255) = 33.33%
R=21.40%
G=45.27%
B=33.33%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal52110810.5300.260.5715035.831.76
Hex346E513501A39962420
Octal6415612165032712264440
Binary1101001101110101000111010101101011100110010110100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,110,81); }

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

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

 a { background-color: rgb(52,110,81); }

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

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

 span { border-color: rgb(52,110,81); }

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