#4F9948

Color #4F9948 Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #4F9948

Tints of Fruit Salad #4F9948

Color information

#4F9948 (or 0x4F9948) is unknown color: approx Fruit Salad. HEX triplet: 4F, 99 and 48. RGB value is (79,153,72). Sum of RGB (Red+Green+Blue) = 79+153+72=304 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.99% from 304); Green value is 153 (60.16% from 255 or 50.33% from 304); Blue value is 72 (28.52% from 255 or 23.68% from 304); Max value from RGB is 153 - color contains mainly: green. Hex color #4F9948 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F9948 is #B066B7. Grayscale: #797979. Windows color (decimal): -11560632 or 4757839. OLE color: 4757839.

HSL color Cylindrical-coordinate representation of color #4F9948: hue angle of 114.81º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4F9948 is Cyan = 0.48, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.4.

Color convert

RGB7915372-
CMYK0.4800.530.4
HSL114.81º36%44.12%-
HSV(B)114.81º52.94%60%-
XYZ15.7924.9110.11-
YUV121.6499.9897.59-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.99%
GREEN value IS 153 (60.16% from 255) = 50.33%
BLUE value IS 72 (28.52% from 255) = 23.68%
R=25.99%
G=50.33%
B=23.68%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal79153720.4800.530.4114.813644.12
Hex4F9948300352873242c
Octal11723111060065501634454
Binary100111110011001100100011000001101011010001110011100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F9948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,153,72); }

 H1.HeaderClassName
 {
   color: #4F9948;
 }
 .AnyTagClassName
 {
   color: #4F9948;
 }
</style>
background-color css

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

 a { background-color: rgb(79,153,72); }

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

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

 span { border-color: rgb(79,153,72); }

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