Html Css Color HEX #49904F Fruit Salad

📋 copy color: '#49904F'

red 73 ◦ green 144 ◦ blue 79

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

Shades of Fruit Salad #49904F

Tints of Fruit Salad #49904F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 48.65%

 BLUE value IS 79 (31.25% from 255) = 26.69%

R = 24.66%
G = 48.65%
B = 26.69%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.45

 K value IS 0.44

RGB Variations

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

Color information

#49904F (or 0x49904F) is known color: Fruit Salad. HEX triplet: 49, 90 and 4F. RGB value is (73,144,79). Sum of RGB (Red+Green+Blue) = 73+144+79=296 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.66% from 296); Green value is 144 (56.64% from 255 or 48.65% from 296); Blue value is 79 (31.25% from 255 or 26.69% from 296); Max value from RGB is 144 - color contains mainly: green. Hex color #49904F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49904F is #B66FB0. Grayscale: #737373. Windows color (decimal): -11956145 or 5214281. OLE color: 5214281.

HSL color Cylindrical-coordinate representation of color #49904F: hue angle of 125.07º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #49904F is Cyan = 0.49, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.44.

Color convert

RGB 73 144 79 -
CMYK 0.49 0 0.45 0.44
HSL 125.07º 0.33% 0.43% -
HSV(B) 125.07º 0.49% 0.56% -
XYZ 14.13 21.93 10.88 -
YUV 115.36 107.48 97.79 -
System Red Green Blue C M Y K H S L
Decimal 73 144 79 0.49 0 0.45 0.44 125.07 0.33 0.43
Hex 49 90 4F 31 0 2D 2C 7D 21 2B
Octal 111 220 117 61 0 55 54 175 41 53
Binary 1001001 10010000 1001111 110001 0 101101 101100 1111101 100001 101011

Color Harmonies of #49904F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49904F

Black with #49904F

Text Example


Text Example

White with #49904F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49904F; }

 p { color: rgb(73,144,79); }

 H1.HeaderClassName
 {
   color: #49904F;
 }
 .AnyTagClassName
 {
   color: #49904F;
 }
</style>

background-color css

<style>
 a { background-color: #49904F; }

 a { background-color: rgb(73,144,79); }

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

border-color css

<style>
 span { border-color: #49904F; }

 span { border-color: rgb(73,144,79); }

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