#346B4B

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

Shades of Amazon #346B4B

Tints of Amazon #346B4B

Color information

#346B4B (or 0x346B4B) is unknown color: approx Amazon. HEX triplet: 34, 6B and 4B. RGB value is (52,107,75). Sum of RGB (Red+Green+Blue) = 52+107+75=234 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.22% from 234); Green value is 107 (42.19% from 255 or 45.73% from 234); Blue value is 75 (29.69% from 255 or 32.05% from 234); Max value from RGB is 107 - color contains mainly: green. Hex color #346B4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346B4B is #CB94B4. Grayscale: #565656. Windows color (decimal): -13341877 or 4942644. OLE color: 4942644.

HSL color Cylindrical-coordinate representation of color #346B4B: hue angle of 145.09º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #346B4B is Cyan = 0.51, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.58.

Color convert

RGB5210775-
CMYK0.5100.300.58
HSL145.09º34.59%31.18%-
HSV(B)145.09º51.4%41.96%-
XYZ7.9411.758.51-
YUV86.91121.28103.1-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.22%
GREEN value IS 107 (42.19% from 255) = 45.73%
BLUE value IS 75 (29.69% from 255) = 32.05%
R=22.22%
G=45.73%
B=32.05%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal52107750.5100.300.58145.0934.5931.18
Hex346B4B3301E3A91231f
Octal6415311363036722214337
Binary110100110101110010111100110111101110101001000110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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