Html Css Color HEX #347C5D Amazon

📋 copy color: '#347C5D'

red 52 ◦ green 124 ◦ blue 93

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

Shades of Amazon #347C5D

Tints of Amazon #347C5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 34.57%

R = 19.33%
G = 46.1%
B = 34.57%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.25

 K value IS 0.51

RGB Variations

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

Color information

#347C5D (or 0x347C5D) is known color: Amazon. HEX triplet: 34, 7C and 5D. RGB value is (52,124,93). Sum of RGB (Red+Green+Blue) = 52+124+93=269 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.33% from 269); Green value is 124 (48.83% from 255 or 46.10% from 269); Blue value is 93 (36.72% from 255 or 34.57% from 269); Max value from RGB is 124 - color contains mainly: green. Hex color #347C5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347C5D is #CB83A2. Grayscale: #626262. Windows color (decimal): -13337507 or 6126644. OLE color: 6126644.

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

Color convert

RGB 52 124 93 -
CMYK 0.58 0 0.25 0.51
HSL 154.17º 0.41% 0.35% -
HSV(B) 154.17º 0.58% 0.49% -
XYZ 10.6 15.94 12.87 -
YUV 98.94 124.65 94.52 -
System Red Green Blue C M Y K H S L
Decimal 52 124 93 0.58 0 0.25 0.51 154.17 0.41 0.35
Hex 34 7C 5D 3A 0 19 33 9A 29 23
Octal 64 174 135 72 0 31 63 232 51 43
Binary 110100 1111100 1011101 111010 0 11001 110011 10011010 101001 100011

Color Harmonies of #347C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347C5D

Black with #347C5D

Text Example


Text Example

White with #347C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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