Html Css Color HEX #347047 Amazon

📋 copy color: '#347047'

red 52 ◦ green 112 ◦ blue 71

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

Shades of Amazon #347047

Tints of Amazon #347047

RGB

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

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

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

R = 22.13%
G = 47.66%
B = 30.21%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#347047 (or 0x347047) is known color: Amazon. HEX triplet: 34, 70 and 47. RGB value is (52,112,71). Sum of RGB (Red+Green+Blue) = 52+112+71=235 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.13% from 235); Green value is 112 (44.14% from 255 or 47.66% from 235); Blue value is 71 (28.12% from 255 or 30.21% from 235); Max value from RGB is 112 - color contains mainly: green. Hex color #347047 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347047 is #CB8FB8. Grayscale: #595959. Windows color (decimal): -13340601 or 4681780. OLE color: 4681780.

HSL color Cylindrical-coordinate representation of color #347047: hue angle of 139º 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 #347047 is Cyan = 0.54, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.56.

Color convert

RGB 52 112 71 -
CMYK 0.54 0 0.37 0.56
HSL 139º 0.37% 0.32% -
HSV(B) 139º 0.54% 0.44% -
XYZ 8.35 12.77 7.99 -
YUV 89.39 117.62 101.33 -
System Red Green Blue C M Y K H S L
Decimal 52 112 71 0.54 0 0.37 0.56 139 0.37 0.32
Hex 34 70 47 36 0 25 38 8B 25 20
Octal 64 160 107 66 0 45 70 213 45 40
Binary 110100 1110000 1000111 110110 0 100101 111000 10001011 100101 100000

Color Harmonies of #347047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347047

Black with #347047

Text Example


Text Example

White with #347047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347047; }

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

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

background-color css

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

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

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

border-color css

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

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

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