Html Css Color HEX #347249 Amazon

📋 copy color: '#347249'

red 52 ◦ green 114 ◦ blue 73

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

Shades of Amazon #347249

Tints of Amazon #347249

RGB

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

 GREEN value IS 114 (44.92% from 255) = 47.7%

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

R = 21.76%
G = 47.7%
B = 30.54%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#347249 (or 0x347249) is known color: Amazon. HEX triplet: 34, 72 and 49. RGB value is (52,114,73). Sum of RGB (Red+Green+Blue) = 52+114+73=239 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.76% from 239); Green value is 114 (44.92% from 255 or 47.70% from 239); Blue value is 73 (28.91% from 255 or 30.54% from 239); Max value from RGB is 114 - color contains mainly: green. Hex color #347249 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347249 is #CB8DB6. Grayscale: #5A5A5A. Windows color (decimal): -13340087 or 4813364. OLE color: 4813364.

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

Color convert

RGB 52 114 73 -
CMYK 0.54 0 0.36 0.55
HSL 140.32º 0.37% 0.33% -
HSV(B) 140.32º 0.54% 0.45% -
XYZ 8.64 13.25 8.4 -
YUV 90.79 117.96 100.33 -
System Red Green Blue C M Y K H S L
Decimal 52 114 73 0.54 0 0.36 0.55 140.32 0.37 0.33
Hex 34 72 49 36 0 24 37 8C 25 21
Octal 64 162 111 66 0 44 67 214 45 41
Binary 110100 1110010 1001001 110110 0 100100 110111 10001100 100101 100001

Color Harmonies of #347249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347249

Black with #347249

Text Example


Text Example

White with #347249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347249; }

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

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

background-color css

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

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

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

border-color css

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

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

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