Html Css Color HEX #4F944C Fruit Salad

📋 copy color: '#4F944C'

red 79 ◦ green 148 ◦ blue 76

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

Shades of Fruit Salad #4F944C

Tints of Fruit Salad #4F944C

RGB

 RED value IS 79 (31.25% from 255) = 26.07%

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

 BLUE value IS 76 (30.08% from 255) = 25.08%

R = 26.07%
G = 48.84%
B = 25.08%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#4F944C (or 0x4F944C) is known color: Fruit Salad. HEX triplet: 4F, 94 and 4C. RGB value is (79,148,76). Sum of RGB (Red+Green+Blue) = 79+148+76=303 (40% of max value = 765). Red value is 79 (31.25% from 255 or 26.07% from 303); Green value is 148 (58.20% from 255 or 48.84% from 303); Blue value is 76 (30.08% from 255 or 25.08% from 303); Max value from RGB is 148 - color contains mainly: green. Hex color #4F944C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F944C is #B06BB3. Grayscale: #777777. Windows color (decimal): -11561908 or 5018703. OLE color: 5018703.

HSL color Cylindrical-coordinate representation of color #4F944C: hue angle of 117.5º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4F944C is Cyan = 0.47, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB 79 148 76 -
CMYK 0.47 0 0.49 0.42
HSL 117.5º 0.32% 0.44% -
HSV(B) 117.5º 0.49% 0.58% -
XYZ 15.12 23.36 10.55 -
YUV 119.16 103.64 99.35 -
System Red Green Blue C M Y K H S L
Decimal 79 148 76 0.47 0 0.49 0.42 117.5 0.32 0.44
Hex 4F 94 4C 2F 0 31 2A 76 20 2C
Octal 117 224 114 57 0 61 52 166 40 54
Binary 1001111 10010100 1001100 101111 0 110001 101010 1110110 100000 101100

Color Harmonies of #4F944C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F944C

Black with #4F944C

Text Example


Text Example

White with #4F944C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F944C; }

 p { color: rgb(79,148,76); }

 H1.HeaderClassName
 {
   color: #4F944C;
 }
 .AnyTagClassName
 {
   color: #4F944C;
 }
</style>

background-color css

<style>
 a { background-color: #4F944C; }

 a { background-color: rgb(79,148,76); }

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

border-color css

<style>
 span { border-color: #4F944C; }

 span { border-color: rgb(79,148,76); }

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