Html Css Color HEX #49944B Fruit Salad

📋 copy color: '#49944B'

red 73 ◦ green 148 ◦ blue 75

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

Shades of Fruit Salad #49944B

Tints of Fruit Salad #49944B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 25.34%

R = 24.66%
G = 50%
B = 25.34%

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

#49944B (or 0x49944B) is known color: Fruit Salad. HEX triplet: 49, 94 and 4B. RGB value is (73,148,75). Sum of RGB (Red+Green+Blue) = 73+148+75=296 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.66% from 296); Green value is 148 (58.20% from 255 or 50% from 296); Blue value is 75 (29.69% from 255 or 25.34% from 296); Max value from RGB is 148 - color contains mainly: green. Hex color #49944B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49944B is #B66BB4. Grayscale: #757575. Windows color (decimal): -11955125 or 4953161. OLE color: 4953161.

HSL color Cylindrical-coordinate representation of color #49944B: hue angle of 121.6º 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 #49944B is Cyan = 0.51, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 148 75 -
CMYK 0.51 0 0.49 0.42
HSL 121.6º 0.34% 0.43% -
HSV(B) 121.6º 0.51% 0.58% -
XYZ 14.61 23.1 10.35 -
YUV 117.25 104.15 96.44 -
System Red Green Blue C M Y K H S L
Decimal 73 148 75 0.51 0 0.49 0.42 121.6 0.34 0.43
Hex 49 94 4B 33 0 31 2A 7A 22 2B
Octal 111 224 113 63 0 61 52 172 42 53
Binary 1001001 10010100 1001011 110011 0 110001 101010 1111010 100010 101011

Color Harmonies of #49944B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49944B

Black with #49944B

Text Example


Text Example

White with #49944B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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