Html Css Color HEX #49B355 Fruit Salad

📋 copy color: '#49B355'

red 73 ◦ green 179 ◦ blue 85

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

Shades of Fruit Salad #49B355

Tints of Fruit Salad #49B355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 25.22%

R = 21.66%
G = 53.12%
B = 25.22%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.53

 K value IS 0.30

RGB Variations

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

Color information

#49B355 (or 0x49B355) is known color: Fruit Salad. HEX triplet: 49, B3 and 55. RGB value is (73,179,85). Sum of RGB (Red+Green+Blue) = 73+179+85=337 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.66% from 337); Green value is 179 (70.31% from 255 or 53.12% from 337); Blue value is 85 (33.59% from 255 or 25.22% from 337); Max value from RGB is 179 - color contains mainly: green. Hex color #49B355 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49B355 is #B64CAA. Grayscale: #888888. Windows color (decimal): -11947179 or 5616457. OLE color: 5616457.

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

Color convert

RGB 73 179 85 -
CMYK 0.59 0 0.53 0.30
HSL 126.79º 0.42% 0.49% -
HSV(B) 126.79º 0.59% 0.7% -
XYZ 20.51 34.31 14.14 -
YUV 136.59 98.88 82.64 -
System Red Green Blue C M Y K H S L
Decimal 73 179 85 0.59 0 0.53 0.30 126.79 0.42 0.49
Hex 49 B3 55 3B 0 35 1E 7F 2A 31
Octal 111 263 125 73 0 65 36 177 52 61
Binary 1001001 10110011 1010101 111011 0 110101 11110 1111111 101010 110001

Color Harmonies of #49B355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B355

Black with #49B355

Text Example


Text Example

White with #49B355

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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