Html Css Color HEX #347C56 Amazon

📋 copy color: '#347C56'

red 52 ◦ green 124 ◦ blue 86

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

Shades of Amazon #347C56

Tints of Amazon #347C56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 32.82%

R = 19.85%
G = 47.33%
B = 32.82%

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

#347C56 (or 0x347C56) is known color: Amazon. HEX triplet: 34, 7C and 56. RGB value is (52,124,86). Sum of RGB (Red+Green+Blue) = 52+124+86=262 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.85% from 262); Green value is 124 (48.83% from 255 or 47.33% from 262); Blue value is 86 (33.98% from 255 or 32.82% from 262); Max value from RGB is 124 - color contains mainly: green. Hex color #347C56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347C56 is #CB83A9. Grayscale: #626262. Windows color (decimal): -13337514 or 5667892. OLE color: 5667892.

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

Color convert

RGB 52 124 86 -
CMYK 0.58 0 0.31 0.51
HSL 148.33º 0.41% 0.35% -
HSV(B) 148.33º 0.58% 0.49% -
XYZ 10.3 15.82 11.31 -
YUV 98.14 121.15 95.09 -
System Red Green Blue C M Y K H S L
Decimal 52 124 86 0.58 0 0.31 0.51 148.33 0.41 0.35
Hex 34 7C 56 3A 0 1F 33 94 29 23
Octal 64 174 126 72 0 37 63 224 51 43
Binary 110100 1111100 1010110 111010 0 11111 110011 10010100 101001 100011

Color Harmonies of #347C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347C56

Black with #347C56

Text Example


Text Example

White with #347C56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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