Html Css Color HEX #347E47 Amazon

📋 copy color: '#347E47'

red 52 ◦ green 126 ◦ blue 71

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

Shades of Amazon #347E47

Tints of Amazon #347E47

RGB

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

 GREEN value IS 126 (49.61% from 255) = 50.6%

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

R = 20.88%
G = 50.6%
B = 28.51%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.44

 K value IS 0.51

RGB Variations

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

Color information

#347E47 (or 0x347E47) is known color: Amazon. HEX triplet: 34, 7E and 47. RGB value is (52,126,71). Sum of RGB (Red+Green+Blue) = 52+126+71=249 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.88% from 249); Green value is 126 (49.61% from 255 or 50.60% from 249); Blue value is 71 (28.12% from 255 or 28.51% from 249); Max value from RGB is 126 - color contains mainly: green. Hex color #347E47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347E47 is #CB81B8. Grayscale: #616161. Windows color (decimal): -13337017 or 4685364. OLE color: 4685364.

HSL color Cylindrical-coordinate representation of color #347E47: hue angle of 135.41º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #347E47 is Cyan = 0.59, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.51.

Color convert

RGB 52 126 71 -
CMYK 0.59 0 0.44 0.51
HSL 135.41º 0.42% 0.35% -
HSV(B) 135.41º 0.59% 0.49% -
XYZ 10.01 16.11 8.54 -
YUV 97.6 112.98 95.47 -
System Red Green Blue C M Y K H S L
Decimal 52 126 71 0.59 0 0.44 0.51 135.41 0.42 0.35
Hex 34 7E 47 3B 0 2C 33 87 2A 23
Octal 64 176 107 73 0 54 63 207 52 43
Binary 110100 1111110 1000111 111011 0 101100 110011 10000111 101010 100011

Color Harmonies of #347E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347E47

Black with #347E47

Text Example


Text Example

White with #347E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347E47; }

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

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

background-color css

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

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

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

border-color css

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

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

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