Html Css Color HEX #347C44 Amazon

📋 copy color: '#347C44'

red 52 ◦ green 124 ◦ blue 68

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

Shades of Amazon #347C44

Tints of Amazon #347C44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 27.87%

R = 21.31%
G = 50.82%
B = 27.87%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.45

 K value IS 0.51

RGB Variations

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

Color information

#347C44 (or 0x347C44) is known color: Amazon. HEX triplet: 34, 7C and 44. RGB value is (52,124,68). Sum of RGB (Red+Green+Blue) = 52+124+68=244 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.31% from 244); Green value is 124 (48.83% from 255 or 50.82% from 244); Blue value is 68 (26.95% from 255 or 27.87% from 244); Max value from RGB is 124 - color contains mainly: green. Hex color #347C44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347C44 is #CB83BB. Grayscale: #606060. Windows color (decimal): -13337532 or 4488244. OLE color: 4488244.

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

Color convert

RGB 52 124 68 -
CMYK 0.58 0 0.45 0.51
HSL 133.33º 0.41% 0.35% -
HSV(B) 133.33º 0.58% 0.49% -
XYZ 9.67 15.56 7.96 -
YUV 96.09 112.15 96.55 -
System Red Green Blue C M Y K H S L
Decimal 52 124 68 0.58 0 0.45 0.51 133.33 0.41 0.35
Hex 34 7C 44 3A 0 2D 33 85 29 23
Octal 64 174 104 72 0 55 63 205 51 43
Binary 110100 1111100 1000100 111010 0 101101 110011 10000101 101001 100011

Color Harmonies of #347C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347C44

Black with #347C44

Text Example


Text Example

White with #347C44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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