Html Css Color HEX #347C55 Amazon

📋 copy color: '#347C55'

red 52 ◦ green 124 ◦ blue 85

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

Shades of Amazon #347C55

Tints of Amazon #347C55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 32.57%

R = 19.92%
G = 47.51%
B = 32.57%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.31

 K value IS 0.51

RGB Variations

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

Color information

#347C55 (or 0x347C55) is known color: Amazon. HEX triplet: 34, 7C and 55. RGB value is (52,124,85). Sum of RGB (Red+Green+Blue) = 52+124+85=261 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.92% from 261); Green value is 124 (48.83% from 255 or 47.51% from 261); Blue value is 85 (33.59% from 255 or 32.57% from 261); Max value from RGB is 124 - color contains mainly: green. Hex color #347C55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347C55 is #CB83AA. Grayscale: #626262. Windows color (decimal): -13337515 or 5602356. OLE color: 5602356.

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

Color convert

RGB 52 124 85 -
CMYK 0.58 0 0.31 0.51
HSL 147.5º 0.41% 0.35% -
HSV(B) 147.5º 0.58% 0.49% -
XYZ 10.26 15.8 11.1 -
YUV 98.03 120.65 95.17 -
System Red Green Blue C M Y K H S L
Decimal 52 124 85 0.58 0 0.31 0.51 147.5 0.41 0.35
Hex 34 7C 55 3A 0 1F 33 94 29 23
Octal 64 174 125 72 0 37 63 224 51 43
Binary 110100 1111100 1010101 111010 0 11111 110011 10010100 101001 100011

Color Harmonies of #347C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347C55

Black with #347C55

Text Example


Text Example

White with #347C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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