Html Css Color HEX #347746 Amazon

📋 copy color: '#347746'

red 52 ◦ green 119 ◦ blue 70

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

Shades of Amazon #347746

Tints of Amazon #347746

RGB

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

 GREEN value IS 119 (46.88% from 255) = 49.38%

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

R = 21.58%
G = 49.38%
B = 29.05%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.41

 K value IS 0.53

RGB Variations

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

Color information

#347746 (or 0x347746) is known color: Amazon. HEX triplet: 34, 77 and 46. RGB value is (52,119,70). Sum of RGB (Red+Green+Blue) = 52+119+70=241 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.58% from 241); Green value is 119 (46.88% from 255 or 49.38% from 241); Blue value is 70 (27.73% from 255 or 29.05% from 241); Max value from RGB is 119 - color contains mainly: green. Hex color #347746 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347746 is #CB88B9. Grayscale: #5D5D5D. Windows color (decimal): -13338810 or 4618036. OLE color: 4618036.

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

Color convert

RGB 52 119 70 -
CMYK 0.56 0 0.41 0.53
HSL 136.12º 0.39% 0.34% -
HSV(B) 136.12º 0.56% 0.47% -
XYZ 9.12 14.37 8.09 -
YUV 93.38 114.8 98.48 -
System Red Green Blue C M Y K H S L
Decimal 52 119 70 0.56 0 0.41 0.53 136.12 0.39 0.34
Hex 34 77 46 38 0 29 35 88 27 22
Octal 64 167 106 70 0 51 65 210 47 42
Binary 110100 1110111 1000110 111000 0 101001 110101 10001000 100111 100010

Color Harmonies of #347746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347746

Black with #347746

Text Example


Text Example

White with #347746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347746; }

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

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

background-color css

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

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

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

border-color css

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

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

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