Html Css Color HEX #347444 Amazon

📋 copy color: '#347444'

red 52 ◦ green 116 ◦ blue 68

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

Shades of Amazon #347444

Tints of Amazon #347444

RGB

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

 GREEN value IS 116 (45.7% from 255) = 49.15%

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

R = 22.03%
G = 49.15%
B = 28.81%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.41

 K value IS 0.55

RGB Variations

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

Color information

#347444 (or 0x347444) is known color: Amazon. HEX triplet: 34, 74 and 44. RGB value is (52,116,68). Sum of RGB (Red+Green+Blue) = 52+116+68=236 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.03% from 236); Green value is 116 (45.70% from 255 or 49.15% from 236); Blue value is 68 (26.95% from 255 or 28.81% from 236); Max value from RGB is 116 - color contains mainly: green. Hex color #347444 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347444 is #CB8BBB. Grayscale: #5B5B5B. Windows color (decimal): -13339580 or 4486196. OLE color: 4486196.

HSL color Cylindrical-coordinate representation of color #347444: hue angle of 135º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #347444 is Cyan = 0.55, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.55.

Color convert

RGB 52 116 68 -
CMYK 0.55 0 0.41 0.55
HSL 135º 0.38% 0.33% -
HSV(B) 135º 0.55% 0.45% -
XYZ 8.7 13.64 7.64 -
YUV 91.39 114.8 99.9 -
System Red Green Blue C M Y K H S L
Decimal 52 116 68 0.55 0 0.41 0.55 135 0.38 0.33
Hex 34 74 44 37 0 29 37 87 26 21
Octal 64 164 104 67 0 51 67 207 46 41
Binary 110100 1110100 1000100 110111 0 101001 110111 10000111 100110 100001

Color Harmonies of #347444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347444

Black with #347444

Text Example


Text Example

White with #347444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347444; }

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

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

background-color css

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

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

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

border-color css

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

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

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