#346F55

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

Shades of Amazon #346F55

Tints of Amazon #346F55

Color information

#346F55 (or 0x346F55) is unknown color: approx Amazon. HEX triplet: 34, 6F and 55. RGB value is (52,111,85). Sum of RGB (Red+Green+Blue) = 52+111+85=248 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.97% from 248); Green value is 111 (43.75% from 255 or 44.76% from 248); Blue value is 85 (33.59% from 255 or 34.27% from 248); Max value from RGB is 111 - color contains mainly: green. Hex color #346F55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346F55 is #CB90AA. Grayscale: #5A5A5A. Windows color (decimal): -13340843 or 5599028. OLE color: 5599028.

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

Color convert

RGB5211185-
CMYK0.5300.230.56
HSL153.56º36.2%31.96%-
HSV(B)153.56º53.15%43.53%-
XYZ8.7412.7510.6-
YUV90.4124.95100.61-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.97%
GREEN value IS 111 (43.75% from 255) = 44.76%
BLUE value IS 85 (33.59% from 255) = 34.27%
R=20.97%
G=44.76%
B=34.27%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52111850.5300.230.56153.5636.231.96
Hex346F5535017389a2420
Octal6415712565027702324440
Binary1101001101111101010111010101011111100010011010100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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