Html Css Color HEX #49B956 Fruit Salad

📋 copy color: '#49B956'

red 73 ◦ green 185 ◦ blue 86

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

Shades of Fruit Salad #49B956

Tints of Fruit Salad #49B956

RGB

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

 GREEN value IS 185 (72.66% from 255) = 53.78%

 BLUE value IS 86 (33.98% from 255) = 25%

R = 21.22%
G = 53.78%
B = 25%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#49B956 (or 0x49B956) is known color: Fruit Salad. HEX triplet: 49, B9 and 56. RGB value is (73,185,86). Sum of RGB (Red+Green+Blue) = 73+185+86=344 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.22% from 344); Green value is 185 (72.66% from 255 or 53.78% from 344); Blue value is 86 (33.98% from 255 or 25% from 344); Max value from RGB is 185 - color contains mainly: green. Hex color #49B956 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49B956 is #B646A9. Grayscale: #8C8C8C. Windows color (decimal): -11945642 or 5683529. OLE color: 5683529.

HSL color Cylindrical-coordinate representation of color #49B956: hue angle of 126.96º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49B956 is Cyan = 0.61, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB 73 185 86 -
CMYK 0.61 0 0.54 0.27
HSL 126.96º 0.44% 0.51% -
HSV(B) 126.96º 0.61% 0.73% -
XYZ 21.78 36.79 14.76 -
YUV 140.23 97.39 80.05 -
System Red Green Blue C M Y K H S L
Decimal 73 185 86 0.61 0 0.54 0.27 126.96 0.44 0.51
Hex 49 B9 56 3D 0 36 1B 7F 2C 33
Octal 111 271 126 75 0 66 33 177 54 63
Binary 1001001 10111001 1010110 111101 0 110110 11011 1111111 101100 110011

Color Harmonies of #49B956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B956

Black with #49B956

Text Example


Text Example

White with #49B956

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,185,86); }

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

background-color css

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

 a { background-color: rgb(73,185,86); }

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

border-color css

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

 span { border-color: rgb(73,185,86); }

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