Html Css Color HEX #347C46 Amazon

📋 copy color: '#347C46'

red 52 ◦ green 124 ◦ blue 70

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

Shades of Amazon #347C46

Tints of Amazon #347C46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 28.46%

R = 21.14%
G = 50.41%
B = 28.46%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.44

 K value IS 0.51

RGB Variations

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

Color information

#347C46 (or 0x347C46) is known color: Amazon. HEX triplet: 34, 7C and 46. RGB value is (52,124,70). Sum of RGB (Red+Green+Blue) = 52+124+70=246 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.14% from 246); Green value is 124 (48.83% from 255 or 50.41% from 246); Blue value is 70 (27.73% from 255 or 28.46% from 246); Max value from RGB is 124 - color contains mainly: green. Hex color #347C46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347C46 is #CB83B9. Grayscale: #606060. Windows color (decimal): -13337530 or 4619316. OLE color: 4619316.

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

Color convert

RGB 52 124 70 -
CMYK 0.58 0 0.44 0.51
HSL 135º 0.41% 0.35% -
HSV(B) 135º 0.58% 0.49% -
XYZ 9.73 15.59 8.29 -
YUV 96.32 113.15 96.39 -
System Red Green Blue C M Y K H S L
Decimal 52 124 70 0.58 0 0.44 0.51 135 0.41 0.35
Hex 34 7C 46 3A 0 2C 33 87 29 23
Octal 64 174 106 72 0 54 63 207 51 43
Binary 110100 1111100 1000110 111010 0 101100 110011 10000111 101001 100011

Color Harmonies of #347C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347C46

Black with #347C46

Text Example


Text Example

White with #347C46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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