Html Css Color HEX #347049 Amazon

📋 copy color: '#347049'

red 52 ◦ green 112 ◦ blue 73

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

Shades of Amazon #347049

Tints of Amazon #347049

RGB

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

 GREEN value IS 112 (44.14% from 255) = 47.26%

 BLUE value IS 73 (28.91% from 255) = 30.8%

R = 21.94%
G = 47.26%
B = 30.8%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#347049 (or 0x347049) is known color: Amazon. HEX triplet: 34, 70 and 49. RGB value is (52,112,73). Sum of RGB (Red+Green+Blue) = 52+112+73=237 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.94% from 237); Green value is 112 (44.14% from 255 or 47.26% from 237); Blue value is 73 (28.91% from 255 or 30.80% from 237); Max value from RGB is 112 - color contains mainly: green. Hex color #347049 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347049 is #CB8FB6. Grayscale: #595959. Windows color (decimal): -13340599 or 4812852. OLE color: 4812852.

HSL color Cylindrical-coordinate representation of color #347049: hue angle of 141º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #347049 is Cyan = 0.54, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB 52 112 73 -
CMYK 0.54 0 0.35 0.56
HSL 141º 0.37% 0.32% -
HSV(B) 141º 0.54% 0.44% -
XYZ 8.41 12.8 8.33 -
YUV 89.61 118.62 101.17 -
System Red Green Blue C M Y K H S L
Decimal 52 112 73 0.54 0 0.35 0.56 141 0.37 0.32
Hex 34 70 49 36 0 23 38 8D 25 20
Octal 64 160 111 66 0 43 70 215 45 40
Binary 110100 1110000 1001001 110110 0 100011 111000 10001101 100101 100000

Color Harmonies of #347049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347049

Black with #347049

Text Example


Text Example

White with #347049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347049; }

 p { color: rgb(52,112,73); }

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

background-color css

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

 a { background-color: rgb(52,112,73); }

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

border-color css

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

 span { border-color: rgb(52,112,73); }

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