Html Css Color HEX #347C4D Amazon

📋 copy color: '#347C4D'

red 52 ◦ green 124 ◦ blue 77

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

Shades of Amazon #347C4D

Tints of Amazon #347C4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 30.43%

R = 20.55%
G = 49.01%
B = 30.43%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.38

 K value IS 0.51

RGB Variations

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

Color information

#347C4D (or 0x347C4D) is known color: Amazon. HEX triplet: 34, 7C and 4D. RGB value is (52,124,77). Sum of RGB (Red+Green+Blue) = 52+124+77=253 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.55% from 253); Green value is 124 (48.83% from 255 or 49.01% from 253); Blue value is 77 (30.47% from 255 or 30.43% from 253); Max value from RGB is 124 - color contains mainly: green. Hex color #347C4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347C4D is #CB83B2. Grayscale: #616161. Windows color (decimal): -13337523 or 5078068. OLE color: 5078068.

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

Color convert

RGB 52 124 77 -
CMYK 0.58 0 0.38 0.51
HSL 140.83º 0.41% 0.35% -
HSV(B) 140.83º 0.58% 0.49% -
XYZ 9.96 15.68 9.52 -
YUV 97.11 116.65 95.82 -
System Red Green Blue C M Y K H S L
Decimal 52 124 77 0.58 0 0.38 0.51 140.83 0.41 0.35
Hex 34 7C 4D 3A 0 26 33 8D 29 23
Octal 64 174 115 72 0 46 63 215 51 43
Binary 110100 1111100 1001101 111010 0 100110 110011 10001101 101001 100011

Color Harmonies of #347C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347C4D

Black with #347C4D

Text Example


Text Example

White with #347C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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