Html Css Color HEX #49964E Fruit Salad

📋 copy color: '#49964E'

red 73 ◦ green 150 ◦ blue 78

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

Shades of Fruit Salad #49964E

Tints of Fruit Salad #49964E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 25.91%

R = 24.25%
G = 49.83%
B = 25.91%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.48

 K value IS 0.41

RGB Variations

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

Color information

#49964E (or 0x49964E) is known color: Fruit Salad. HEX triplet: 49, 96 and 4E. RGB value is (73,150,78). Sum of RGB (Red+Green+Blue) = 73+150+78=301 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.25% from 301); Green value is 150 (58.98% from 255 or 49.83% from 301); Blue value is 78 (30.86% from 255 or 25.91% from 301); Max value from RGB is 150 - color contains mainly: green. Hex color #49964E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49964E is #B669B1. Grayscale: #767676. Windows color (decimal): -11954610 or 5150281. OLE color: 5150281.

HSL color Cylindrical-coordinate representation of color #49964E: hue angle of 123.9º 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 #49964E is Cyan = 0.51, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.41.

Color convert

RGB 73 150 78 -
CMYK 0.51 0 0.48 0.41
HSL 123.9º 0.35% 0.44% -
HSV(B) 123.9º 0.51% 0.59% -
XYZ 15.03 23.78 11.01 -
YUV 118.77 104.99 95.35 -
System Red Green Blue C M Y K H S L
Decimal 73 150 78 0.51 0 0.48 0.41 123.9 0.35 0.44
Hex 49 96 4E 33 0 30 29 7C 23 2C
Octal 111 226 116 63 0 60 51 174 43 54
Binary 1001001 10010110 1001110 110011 0 110000 101001 1111100 100011 101100

Color Harmonies of #49964E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49964E

Black with #49964E

Text Example


Text Example

White with #49964E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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