Html Css Color HEX #49B155 Fruit Salad

📋 copy color: '#49B155'

red 73 ◦ green 177 ◦ blue 85

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

Shades of Fruit Salad #49B155

Tints of Fruit Salad #49B155

RGB

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

 GREEN value IS 177 (69.53% from 255) = 52.84%

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

R = 21.79%
G = 52.84%
B = 25.37%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#49B155 (or 0x49B155) is known color: Fruit Salad. HEX triplet: 49, B1 and 55. RGB value is (73,177,85). Sum of RGB (Red+Green+Blue) = 73+177+85=335 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.79% from 335); Green value is 177 (69.53% from 255 or 52.84% from 335); Blue value is 85 (33.59% from 255 or 25.37% from 335); Max value from RGB is 177 - color contains mainly: green. Hex color #49B155 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49B155 is #B64EAA. Grayscale: #878787. Windows color (decimal): -11947691 or 5615945. OLE color: 5615945.

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

Color convert

RGB 73 177 85 -
CMYK 0.59 0 0.52 0.31
HSL 126.92º 0.42% 0.49% -
HSV(B) 126.92º 0.59% 0.69% -
XYZ 20.11 33.52 14 -
YUV 135.42 99.54 83.48 -
System Red Green Blue C M Y K H S L
Decimal 73 177 85 0.59 0 0.52 0.31 126.92 0.42 0.49
Hex 49 B1 55 3B 0 34 1F 7F 2A 31
Octal 111 261 125 73 0 64 37 177 52 61
Binary 1001001 10110001 1010101 111011 0 110100 11111 1111111 101010 110001

Color Harmonies of #49B155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B155

Black with #49B155

Text Example


Text Example

White with #49B155

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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