Html Css Color HEX #346D47 Amazon

📋 copy color: '#346D47'

red 52 ◦ green 109 ◦ blue 71

#346D47
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amazon #346D47

Tints of Amazon #346D47

RGB

 RED value IS 52 (20.7% from 255) = 22.41%

 GREEN value IS 109 (42.97% from 255) = 46.98%

 BLUE value IS 71 (28.13% from 255) = 30.6%

R = 22.41%
G = 46.98%
B = 30.6%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.35

 K value IS 0.57

RGB Variations

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

Color information

#346D47 (or 0x346D47) is known color: Amazon. HEX triplet: 34, 6D and 47. RGB value is (52,109,71). Sum of RGB (Red+Green+Blue) = 52+109+71=232 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.41% from 232); Green value is 109 (42.97% from 255 or 46.98% from 232); Blue value is 71 (28.12% from 255 or 30.60% from 232); Max value from RGB is 109 - color contains mainly: green. Hex color #346D47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346D47 is #CB92B8. Grayscale: #575757. Windows color (decimal): -13341369 or 4681012. OLE color: 4681012.

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

Color convert

RGB 52 109 71 -
CMYK 0.52 0 0.35 0.57
HSL 140º 0.35% 0.32% -
HSV(B) 140º 0.52% 0.43% -
XYZ 8.02 12.12 7.88 -
YUV 87.63 118.62 102.59 -
System Red Green Blue C M Y K H S L
Decimal 52 109 71 0.52 0 0.35 0.57 140 0.35 0.32
Hex 34 6D 47 34 0 23 39 8C 23 20
Octal 64 155 107 64 0 43 71 214 43 40
Binary 110100 1101101 1000111 110100 0 100011 111001 10001100 100011 100000

Color Harmonies of #346D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346D47

Black with #346D47

Text Example


Text Example

White with #346D47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,109,71); }

 H1.HeaderClassName
 {
   color: #346D47;
 }
 .AnyTagClassName
 {
   color: #346D47;
 }
</style>

background-color css

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

 a { background-color: rgb(52,109,71); }

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

border-color css

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

 span { border-color: rgb(52,109,71); }

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