Html Css Color HEX #347247 Amazon

📋 copy color: '#347247'

red 52 ◦ green 114 ◦ blue 71

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

Shades of Amazon #347247

Tints of Amazon #347247

RGB

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

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

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

R = 21.94%
G = 48.1%
B = 29.96%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.38

 K value IS 0.55

RGB Variations

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

Color information

#347247 (or 0x347247) is known color: Amazon. HEX triplet: 34, 72 and 47. RGB value is (52,114,71). Sum of RGB (Red+Green+Blue) = 52+114+71=237 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.94% from 237); Green value is 114 (44.92% from 255 or 48.10% from 237); Blue value is 71 (28.12% from 255 or 29.96% from 237); Max value from RGB is 114 - color contains mainly: green. Hex color #347247 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347247 is #CB8DB8. Grayscale: #5A5A5A. Windows color (decimal): -13340089 or 4682292. OLE color: 4682292.

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

Color convert

RGB 52 114 71 -
CMYK 0.54 0 0.38 0.55
HSL 138.39º 0.37% 0.33% -
HSV(B) 138.39º 0.54% 0.45% -
XYZ 8.57 13.22 8.06 -
YUV 90.56 116.96 100.5 -
System Red Green Blue C M Y K H S L
Decimal 52 114 71 0.54 0 0.38 0.55 138.39 0.37 0.33
Hex 34 72 47 36 0 26 37 8A 25 21
Octal 64 162 107 66 0 46 67 212 45 41
Binary 110100 1110010 1000111 110110 0 100110 110111 10001010 100101 100001

Color Harmonies of #347247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347247

Black with #347247

Text Example


Text Example

White with #347247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347247; }

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

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

background-color css

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

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

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

border-color css

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

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

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