Html Css Color HEX #347349 Amazon

📋 copy color: '#347349'

red 52 ◦ green 115 ◦ blue 73

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

Shades of Amazon #347349

Tints of Amazon #347349

RGB

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

 GREEN value IS 115 (45.31% from 255) = 47.92%

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

R = 21.67%
G = 47.92%
B = 30.42%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#347349 (or 0x347349) is known color: Amazon. HEX triplet: 34, 73 and 49. RGB value is (52,115,73). Sum of RGB (Red+Green+Blue) = 52+115+73=240 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.67% from 240); Green value is 115 (45.31% from 255 or 47.92% from 240); Blue value is 73 (28.91% from 255 or 30.42% from 240); Max value from RGB is 115 - color contains mainly: green. Hex color #347349 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347349 is #CB8CB6. Grayscale: #5B5B5B. Windows color (decimal): -13339831 or 4813620. OLE color: 4813620.

HSL color Cylindrical-coordinate representation of color #347349: hue angle of 140º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #347349 is Cyan = 0.55, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB 52 115 73 -
CMYK 0.55 0 0.37 0.55
HSL 140º 0.38% 0.33% -
HSV(B) 140º 0.55% 0.45% -
XYZ 8.75 13.47 8.44 -
YUV 91.38 117.63 99.92 -
System Red Green Blue C M Y K H S L
Decimal 52 115 73 0.55 0 0.37 0.55 140 0.38 0.33
Hex 34 73 49 37 0 25 37 8C 26 21
Octal 64 163 111 67 0 45 67 214 46 41
Binary 110100 1110011 1001001 110111 0 100101 110111 10001100 100110 100001

Color Harmonies of #347349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347349

Black with #347349

Text Example


Text Example

White with #347349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347349; }

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

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

background-color css

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

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

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

border-color css

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

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

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