#346C4B

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

Shades of Amazon #346C4B

Tints of Amazon #346C4B

Color information

#346C4B (or 0x346C4B) is unknown color: approx Amazon. HEX triplet: 34, 6C and 4B. RGB value is (52,108,75). Sum of RGB (Red+Green+Blue) = 52+108+75=235 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.13% from 235); Green value is 108 (42.58% from 255 or 45.96% from 235); Blue value is 75 (29.69% from 255 or 31.91% from 235); Max value from RGB is 108 - color contains mainly: green. Hex color #346C4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346C4B is #CB93B4. Grayscale: #575757. Windows color (decimal): -13341621 or 4942900. OLE color: 4942900.

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

Color convert

RGB5210875-
CMYK0.5200.310.58
HSL144.64º35%31.37%-
HSV(B)144.64º51.85%42.35%-
XYZ8.0511.968.54-
YUV87.49120.95102.68-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.13%
GREEN value IS 108 (42.58% from 255) = 45.96%
BLUE value IS 75 (29.69% from 255) = 31.91%
R=22.13%
G=45.96%
B=31.91%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal52108750.5200.310.58144.643531.37
Hex346C4B3401F3A91231f
Octal6415411364037722214337
Binary110100110110010010111101000111111110101001000110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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