Html Css Color HEX #49B347 Fruit Salad

📋 copy color: '#49B347'

red 73 ◦ green 179 ◦ blue 71

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

Shades of Fruit Salad #49B347

Tints of Fruit Salad #49B347

RGB

 RED value IS 73 (28.91% from 255) = 22.6%

 GREEN value IS 179 (70.31% from 255) = 55.42%

 BLUE value IS 71 (28.13% from 255) = 21.98%

R = 22.6%
G = 55.42%
B = 21.98%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#49B347 (or 0x49B347) is known color: Fruit Salad. HEX triplet: 49, B3 and 47. RGB value is (73,179,71). Sum of RGB (Red+Green+Blue) = 73+179+71=323 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.60% from 323); Green value is 179 (70.31% from 255 or 55.42% from 323); Blue value is 71 (28.12% from 255 or 21.98% from 323); Max value from RGB is 179 - color contains mainly: green. Hex color #49B347 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49B347 is #B64CB8. Grayscale: #878787. Windows color (decimal): -11947193 or 4698953. OLE color: 4698953.

HSL color Cylindrical-coordinate representation of color #49B347: hue angle of 118.89º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #49B347 is Cyan = 0.59, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB 73 179 71 -
CMYK 0.59 0 0.60 0.30
HSL 118.89º 0.43% 0.49% -
HSV(B) 118.89º 0.6% 0.7% -
XYZ 20.01 34.11 11.49 -
YUV 134.99 91.88 83.78 -
System Red Green Blue C M Y K H S L
Decimal 73 179 71 0.59 0 0.60 0.30 118.89 0.43 0.49
Hex 49 B3 47 3B 0 3C 1E 77 2B 31
Octal 111 263 107 73 0 74 36 167 53 61
Binary 1001001 10110011 1000111 111011 0 111100 11110 1110111 101011 110001

Color Harmonies of #49B347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B347

Black with #49B347

Text Example


Text Example

White with #49B347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49B347; }

 p { color: rgb(73,179,71); }

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

background-color css

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

 a { background-color: rgb(73,179,71); }

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

border-color css

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

 span { border-color: rgb(73,179,71); }

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