Html Css Color HEX #347C48 Amazon

📋 copy color: '#347C48'

red 52 ◦ green 124 ◦ blue 72

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

Shades of Amazon #347C48

Tints of Amazon #347C48

RGB

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

 GREEN value IS 124 (48.83% from 255) = 50%

 BLUE value IS 72 (28.52% from 255) = 29.03%

R = 20.97%
G = 50%
B = 29.03%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.42

 K value IS 0.51

RGB Variations

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

Color information

#347C48 (or 0x347C48) is known color: Amazon. HEX triplet: 34, 7C and 48. RGB value is (52,124,72). Sum of RGB (Red+Green+Blue) = 52+124+72=248 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.97% from 248); Green value is 124 (48.83% from 255 or 50% from 248); Blue value is 72 (28.52% from 255 or 29.03% from 248); Max value from RGB is 124 - color contains mainly: green. Hex color #347C48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347C48 is #CB83B7. Grayscale: #606060. Windows color (decimal): -13337528 or 4750388. OLE color: 4750388.

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

Color convert

RGB 52 124 72 -
CMYK 0.58 0 0.42 0.51
HSL 136.67º 0.41% 0.35% -
HSV(B) 136.67º 0.58% 0.49% -
XYZ 9.79 15.61 8.63 -
YUV 96.54 114.15 96.23 -
System Red Green Blue C M Y K H S L
Decimal 52 124 72 0.58 0 0.42 0.51 136.67 0.41 0.35
Hex 34 7C 48 3A 0 2A 33 89 29 23
Octal 64 174 110 72 0 52 63 211 51 43
Binary 110100 1111100 1001000 111010 0 101010 110011 10001001 101001 100011

Color Harmonies of #347C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347C48

Black with #347C48

Text Example


Text Example

White with #347C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,124,72); }

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

background-color css

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

 a { background-color: rgb(52,124,72); }

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

border-color css

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

 span { border-color: rgb(52,124,72); }

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