Html Css Color HEX #49944A Fruit Salad

📋 copy color: '#49944A'

red 73 ◦ green 148 ◦ blue 74

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

Shades of Fruit Salad #49944A

Tints of Fruit Salad #49944A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 50.17%

 BLUE value IS 74 (29.3% from 255) = 25.08%

R = 24.75%
G = 50.17%
B = 25.08%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#49944A (or 0x49944A) is known color: Fruit Salad. HEX triplet: 49, 94 and 4A. RGB value is (73,148,74). Sum of RGB (Red+Green+Blue) = 73+148+74=295 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.75% from 295); Green value is 148 (58.20% from 255 or 50.17% from 295); Blue value is 74 (29.30% from 255 or 25.08% from 295); Max value from RGB is 148 - color contains mainly: green. Hex color #49944A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49944A is #B66BB5. Grayscale: #757575. Windows color (decimal): -11955126 or 4887625. OLE color: 4887625.

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

Color convert

RGB 73 148 74 -
CMYK 0.51 0 0.50 0.42
HSL 120.8º 0.34% 0.43% -
HSV(B) 120.8º 0.51% 0.58% -
XYZ 14.57 23.09 10.17 -
YUV 117.14 103.65 96.52 -
System Red Green Blue C M Y K H S L
Decimal 73 148 74 0.51 0 0.50 0.42 120.8 0.34 0.43
Hex 49 94 4A 33 0 32 2A 79 22 2B
Octal 111 224 112 63 0 62 52 171 42 53
Binary 1001001 10010100 1001010 110011 0 110010 101010 1111001 100010 101011

Color Harmonies of #49944A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49944A

Black with #49944A

Text Example


Text Example

White with #49944A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49944A; }

 p { color: rgb(73,148,74); }

 H1.HeaderClassName
 {
   color: #49944A;
 }
 .AnyTagClassName
 {
   color: #49944A;
 }
</style>

background-color css

<style>
 a { background-color: #49944A; }

 a { background-color: rgb(73,148,74); }

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

border-color css

<style>
 span { border-color: #49944A; }

 span { border-color: rgb(73,148,74); }

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