#346E4D

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

Shades of Amazon #346E4D

Tints of Amazon #346E4D

Color information

#346E4D (or 0x346E4D) is unknown color: approx Amazon. HEX triplet: 34, 6E and 4D. RGB value is (52,110,77). Sum of RGB (Red+Green+Blue) = 52+110+77=239 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.76% from 239); Green value is 110 (43.36% from 255 or 46.03% from 239); Blue value is 77 (30.47% from 255 or 32.22% from 239); Max value from RGB is 110 - color contains mainly: green. Hex color #346E4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346E4D is #CB91B2. Grayscale: #585858. Windows color (decimal): -13341107 or 5074484. OLE color: 5074484.

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

Color convert

RGB5211077-
CMYK0.5300.30.57
HSL145.86º35.8%31.76%-
HSV(B)145.86º52.73%43.14%-
XYZ8.3312.428.98-
YUV88.9121.28101.68-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.76%
GREEN value IS 110 (43.36% from 255) = 46.03%
BLUE value IS 77 (30.47% from 255) = 32.22%
R=21.76%
G=46.03%
B=32.22%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal52110770.5300.30.57145.8635.831.76
Hex346E4D3501E39922420
Octal6415611565036712224440
Binary1101001101110100110111010101111011100110010010100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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