Html Css Color HEX #347F47 Amazon

📋 copy color: '#347F47'

red 52 ◦ green 127 ◦ blue 71

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

Shades of Amazon #347F47

Tints of Amazon #347F47

RGB

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

 GREEN value IS 127 (50% from 255) = 50.8%

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

R = 20.8%
G = 50.8%
B = 28.4%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.44

 K value IS 0.50

RGB Variations

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

Color information

#347F47 (or 0x347F47) is known color: Amazon. HEX triplet: 34, 7F and 47. RGB value is (52,127,71). Sum of RGB (Red+Green+Blue) = 52+127+71=250 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.8% from 250); Green value is 127 (50% from 255 or 50.8% from 250); Blue value is 71 (28.12% from 255 or 28.4% from 250); Max value from RGB is 127 - color contains mainly: green. Hex color #347F47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347F47 is #CB80B8. Grayscale: #626262. Windows color (decimal): -13336761 or 4685620. OLE color: 4685620.

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

Color convert

RGB 52 127 71 -
CMYK 0.59 0 0.44 0.50
HSL 135.2º 0.42% 0.35% -
HSV(B) 135.2º 0.59% 0.5% -
XYZ 10.14 16.36 8.59 -
YUV 98.19 112.65 95.05 -
System Red Green Blue C M Y K H S L
Decimal 52 127 71 0.59 0 0.44 0.50 135.2 0.42 0.35
Hex 34 7F 47 3B 0 2C 32 87 2A 23
Octal 64 177 107 73 0 54 62 207 52 43
Binary 110100 1111111 1000111 111011 0 101100 110010 10000111 101010 100011

Color Harmonies of #347F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347F47

Black with #347F47

Text Example


Text Example

White with #347F47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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