Html Css Color HEX #49B356 Fruit Salad

📋 copy color: '#49B356'

red 73 ◦ green 179 ◦ blue 86

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

Shades of Fruit Salad #49B356

Tints of Fruit Salad #49B356

RGB

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

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

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

R = 21.6%
G = 52.96%
B = 25.44%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.52

 K value IS 0.30

RGB Variations

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

Color information

#49B356 (or 0x49B356) is known color: Fruit Salad. HEX triplet: 49, B3 and 56. RGB value is (73,179,86). Sum of RGB (Red+Green+Blue) = 73+179+86=338 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.60% from 338); Green value is 179 (70.31% from 255 or 52.96% from 338); Blue value is 86 (33.98% from 255 or 25.44% from 338); Max value from RGB is 179 - color contains mainly: green. Hex color #49B356 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49B356 is #B64CA9. Grayscale: #888888. Windows color (decimal): -11947178 or 5681993. OLE color: 5681993.

HSL color Cylindrical-coordinate representation of color #49B356: hue angle of 127.36º 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 #49B356 is Cyan = 0.59, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.

Color convert

RGB 73 179 86 -
CMYK 0.59 0 0.52 0.30
HSL 127.36º 0.42% 0.49% -
HSV(B) 127.36º 0.59% 0.7% -
XYZ 20.55 34.33 14.35 -
YUV 136.7 99.38 82.56 -
System Red Green Blue C M Y K H S L
Decimal 73 179 86 0.59 0 0.52 0.30 127.36 0.42 0.49
Hex 49 B3 56 3B 0 34 1E 7F 2A 31
Octal 111 263 126 73 0 64 36 177 52 61
Binary 1001001 10110011 1010110 111011 0 110100 11110 1111111 101010 110001

Color Harmonies of #49B356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B356

Black with #49B356

Text Example


Text Example

White with #49B356

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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