Html Css Color HEX #49B159 Fruit Salad

📋 copy color: '#49B159'

red 73 ◦ green 177 ◦ blue 89

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

Shades of Fruit Salad #49B159

Tints of Fruit Salad #49B159

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 26.25%

R = 21.53%
G = 52.21%
B = 26.25%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#49B159 (or 0x49B159) is known color: Fruit Salad. HEX triplet: 49, B1 and 59. RGB value is (73,177,89). Sum of RGB (Red+Green+Blue) = 73+177+89=339 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.53% from 339); Green value is 177 (69.53% from 255 or 52.21% from 339); Blue value is 89 (35.16% from 255 or 26.25% from 339); Max value from RGB is 177 - color contains mainly: green. Hex color #49B159 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49B159 is #B64EA6. Grayscale: #888888. Windows color (decimal): -11947687 or 5878089. OLE color: 5878089.

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

Color convert

RGB 73 177 89 -
CMYK 0.59 0 0.50 0.31
HSL 129.23º 0.42% 0.49% -
HSV(B) 129.23º 0.59% 0.69% -
XYZ 20.27 33.58 14.86 -
YUV 135.87 101.54 83.16 -
System Red Green Blue C M Y K H S L
Decimal 73 177 89 0.59 0 0.50 0.31 129.23 0.42 0.49
Hex 49 B1 59 3B 0 32 1F 81 2A 31
Octal 111 261 131 73 0 62 37 201 52 61
Binary 1001001 10110001 1011001 111011 0 110010 11111 10000001 101010 110001

Color Harmonies of #49B159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B159

Black with #49B159

Text Example


Text Example

White with #49B159

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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