Html Css Color HEX #49964F Fruit Salad

📋 copy color: '#49964F'

red 73 ◦ green 150 ◦ blue 79

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

Shades of Fruit Salad #49964F

Tints of Fruit Salad #49964F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 49.67%

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

R = 24.17%
G = 49.67%
B = 26.16%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#49964F (or 0x49964F) is known color: Fruit Salad. HEX triplet: 49, 96 and 4F. RGB value is (73,150,79). Sum of RGB (Red+Green+Blue) = 73+150+79=302 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.17% from 302); Green value is 150 (58.98% from 255 or 49.67% from 302); Blue value is 79 (31.25% from 255 or 26.16% from 302); Max value from RGB is 150 - color contains mainly: green. Hex color #49964F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49964F is #B669B0. Grayscale: #777777. Windows color (decimal): -11954609 or 5215817. OLE color: 5215817.

HSL color Cylindrical-coordinate representation of color #49964F: hue angle of 124.68º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #49964F is Cyan = 0.51, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB 73 150 79 -
CMYK 0.51 0 0.47 0.41
HSL 124.68º 0.35% 0.44% -
HSV(B) 124.68º 0.51% 0.59% -
XYZ 15.07 23.79 11.2 -
YUV 118.88 105.49 95.27 -
System Red Green Blue C M Y K H S L
Decimal 73 150 79 0.51 0 0.47 0.41 124.68 0.35 0.44
Hex 49 96 4F 33 0 2F 29 7D 23 2C
Octal 111 226 117 63 0 57 51 175 43 54
Binary 1001001 10010110 1001111 110011 0 101111 101001 1111101 100011 101100

Color Harmonies of #49964F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49964F

Black with #49964F

Text Example


Text Example

White with #49964F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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