Html Css Color HEX #4F9350 Fruit Salad

📋 copy color: '#4F9350'

red 79 ◦ green 147 ◦ blue 80

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

Shades of Fruit Salad #4F9350

Tints of Fruit Salad #4F9350

RGB

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

 GREEN value IS 147 (57.81% from 255) = 48.04%

 BLUE value IS 80 (31.64% from 255) = 26.14%

R = 25.82%
G = 48.04%
B = 26.14%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#4F9350 (or 0x4F9350) is known color: Fruit Salad. HEX triplet: 4F, 93 and 50. RGB value is (79,147,80). Sum of RGB (Red+Green+Blue) = 79+147+80=306 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.82% from 306); Green value is 147 (57.81% from 255 or 48.04% from 306); Blue value is 80 (31.64% from 255 or 26.14% from 306); Max value from RGB is 147 - color contains mainly: green. Hex color #4F9350 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F9350 is #B06CAF. Grayscale: #777777. Windows color (decimal): -11562160 or 5280591. OLE color: 5280591.

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

Color convert

RGB 79 147 80 -
CMYK 0.46 0 0.46 0.42
HSL 120.88º 0.3% 0.44% -
HSV(B) 120.88º 0.46% 0.58% -
XYZ 15.11 23.11 11.25 -
YUV 119.03 105.97 99.45 -
System Red Green Blue C M Y K H S L
Decimal 79 147 80 0.46 0 0.46 0.42 120.88 0.3 0.44
Hex 4F 93 50 2E 0 2E 2A 79 1E 2C
Octal 117 223 120 56 0 56 52 171 36 54
Binary 1001111 10010011 1010000 101110 0 101110 101010 1111001 11110 101100

Color Harmonies of #4F9350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F9350

Black with #4F9350

Text Example


Text Example

White with #4F9350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,147,80); }

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

background-color css

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

 a { background-color: rgb(79,147,80); }

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

border-color css

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

 span { border-color: rgb(79,147,80); }

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