Html Css Color HEX #49954C Fruit Salad

📋 copy color: '#49954C'

red 73 ◦ green 149 ◦ blue 76

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

Shades of Fruit Salad #49954C

Tints of Fruit Salad #49954C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 50%

 BLUE value IS 76 (30.08% from 255) = 25.5%

R = 24.5%
G = 50%
B = 25.5%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#49954C (or 0x49954C) is known color: Fruit Salad. HEX triplet: 49, 95 and 4C. RGB value is (73,149,76). Sum of RGB (Red+Green+Blue) = 73+149+76=298 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.50% from 298); Green value is 149 (58.59% from 255 or 50% from 298); Blue value is 76 (30.08% from 255 or 25.50% from 298); Max value from RGB is 149 - color contains mainly: green. Hex color #49954C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49954C is #B66AB3. Grayscale: #767676. Windows color (decimal): -11954868 or 5018953. OLE color: 5018953.

HSL color Cylindrical-coordinate representation of color #49954C: hue angle of 122.37º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #49954C is Cyan = 0.51, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 149 76 -
CMYK 0.51 0 0.49 0.42
HSL 122.37º 0.34% 0.44% -
HSV(B) 122.37º 0.51% 0.58% -
XYZ 14.8 23.43 10.58 -
YUV 117.95 104.32 95.94 -
System Red Green Blue C M Y K H S L
Decimal 73 149 76 0.51 0 0.49 0.42 122.37 0.34 0.44
Hex 49 95 4C 33 0 31 2A 7A 22 2C
Octal 111 225 114 63 0 61 52 172 42 54
Binary 1001001 10010101 1001100 110011 0 110001 101010 1111010 100010 101100

Color Harmonies of #49954C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49954C

Black with #49954C

Text Example


Text Example

White with #49954C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49954C; }

 p { color: rgb(73,149,76); }

 H1.HeaderClassName
 {
   color: #49954C;
 }
 .AnyTagClassName
 {
   color: #49954C;
 }
</style>

background-color css

<style>
 a { background-color: #49954C; }

 a { background-color: rgb(73,149,76); }

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

border-color css

<style>
 span { border-color: #49954C; }

 span { border-color: rgb(73,149,76); }

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