Html Css Color HEX #347C54 Amazon

📋 copy color: '#347C54'

red 52 ◦ green 124 ◦ blue 84

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

Shades of Amazon #347C54

Tints of Amazon #347C54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 32.31%

R = 20%
G = 47.69%
B = 32.31%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.32

 K value IS 0.51

RGB Variations

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

Color information

#347C54 (or 0x347C54) is known color: Amazon. HEX triplet: 34, 7C and 54. RGB value is (52,124,84). Sum of RGB (Red+Green+Blue) = 52+124+84=260 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20% from 260); Green value is 124 (48.83% from 255 or 47.69% from 260); Blue value is 84 (33.20% from 255 or 32.31% from 260); Max value from RGB is 124 - color contains mainly: green. Hex color #347C54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347C54 is #CB83AB. Grayscale: #616161. Windows color (decimal): -13337516 or 5536820. OLE color: 5536820.

HSL color Cylindrical-coordinate representation of color #347C54: hue angle of 146.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 #347C54 is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.51.

Color convert

RGB 52 124 84 -
CMYK 0.58 0 0.32 0.51
HSL 146.67º 0.41% 0.35% -
HSV(B) 146.67º 0.58% 0.49% -
XYZ 10.22 15.79 10.9 -
YUV 97.91 120.15 95.25 -
System Red Green Blue C M Y K H S L
Decimal 52 124 84 0.58 0 0.32 0.51 146.67 0.41 0.35
Hex 34 7C 54 3A 0 20 33 93 29 23
Octal 64 174 124 72 0 40 63 223 51 43
Binary 110100 1111100 1010100 111010 0 100000 110011 10010011 101001 100011

Color Harmonies of #347C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347C54

Black with #347C54

Text Example


Text Example

White with #347C54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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