Html Css Color HEX #347646 Amazon

📋 copy color: '#347646'

red 52 ◦ green 118 ◦ blue 70

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

Shades of Amazon #347646

Tints of Amazon #347646

RGB

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

 GREEN value IS 118 (46.48% from 255) = 49.17%

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

R = 21.67%
G = 49.17%
B = 29.17%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#347646 (or 0x347646) is known color: Amazon. HEX triplet: 34, 76 and 46. RGB value is (52,118,70). Sum of RGB (Red+Green+Blue) = 52+118+70=240 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.67% from 240); Green value is 118 (46.48% from 255 or 49.17% from 240); Blue value is 70 (27.73% from 255 or 29.17% from 240); Max value from RGB is 118 - color contains mainly: green. Hex color #347646 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347646 is #CB89B9. Grayscale: #5C5C5C. Windows color (decimal): -13339066 or 4617780. OLE color: 4617780.

HSL color Cylindrical-coordinate representation of color #347646: hue angle of 136.36º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #347646 is Cyan = 0.56, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.54.

Color convert

RGB 52 118 70 -
CMYK 0.56 0 0.41 0.54
HSL 136.36º 0.39% 0.33% -
HSV(B) 136.36º 0.56% 0.46% -
XYZ 9 14.13 8.05 -
YUV 92.79 115.13 98.9 -
System Red Green Blue C M Y K H S L
Decimal 52 118 70 0.56 0 0.41 0.54 136.36 0.39 0.33
Hex 34 76 46 38 0 29 36 88 27 21
Octal 64 166 106 70 0 51 66 210 47 41
Binary 110100 1110110 1000110 111000 0 101001 110110 10001000 100111 100001

Color Harmonies of #347646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347646

Black with #347646

Text Example


Text Example

White with #347646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347646; }

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

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

background-color css

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

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

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

border-color css

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

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

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