Html Css Color HEX #49B051 Fruit Salad

📋 copy color: '#49B051'

red 73 ◦ green 176 ◦ blue 81

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

Shades of Fruit Salad #49B051

Tints of Fruit Salad #49B051

RGB

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

 GREEN value IS 176 (69.14% from 255) = 53.33%

 BLUE value IS 81 (32.03% from 255) = 24.55%

R = 22.12%
G = 53.33%
B = 24.55%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#49B051 (or 0x49B051) is known color: Fruit Salad. HEX triplet: 49, B0 and 51. RGB value is (73,176,81). Sum of RGB (Red+Green+Blue) = 73+176+81=330 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.12% from 330); Green value is 176 (69.14% from 255 or 53.33% from 330); Blue value is 81 (32.03% from 255 or 24.55% from 330); Max value from RGB is 176 - color contains mainly: green. Hex color #49B051 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49B051 is #B64FAE. Grayscale: #868686. Windows color (decimal): -11947951 or 5353545. OLE color: 5353545.

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

Color convert

RGB 73 176 81 -
CMYK 0.59 0 0.54 0.31
HSL 124.66º 0.41% 0.49% -
HSV(B) 124.66º 0.59% 0.69% -
XYZ 19.76 33.06 13.12 -
YUV 134.37 97.88 84.22 -
System Red Green Blue C M Y K H S L
Decimal 73 176 81 0.59 0 0.54 0.31 124.66 0.41 0.49
Hex 49 B0 51 3B 0 36 1F 7D 29 31
Octal 111 260 121 73 0 66 37 175 51 61
Binary 1001001 10110000 1010001 111011 0 110110 11111 1111101 101001 110001

Color Harmonies of #49B051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B051

Black with #49B051

Text Example


Text Example

White with #49B051

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,176,81); }

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

background-color css

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

 a { background-color: rgb(73,176,81); }

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

border-color css

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

 span { border-color: rgb(73,176,81); }

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