#4F995B

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

Shades of Fruit Salad #4F995B

Tints of Fruit Salad #4F995B

Color information

#4F995B (or 0x4F995B) is unknown color: approx Fruit Salad. HEX triplet: 4F, 99 and 5B. RGB value is (79,153,91). Sum of RGB (Red+Green+Blue) = 79+153+91=323 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.46% from 323); Green value is 153 (60.16% from 255 or 47.37% from 323); Blue value is 91 (35.94% from 255 or 28.17% from 323); Max value from RGB is 153 - color contains mainly: green. Hex color #4F995B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F995B is #B066A4. Grayscale: #7B7B7B. Windows color (decimal): -11560613 or 6003023. OLE color: 6003023.

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

Color convert

RGB7915391-
CMYK0.4800.410.4
HSL129.73º31.9%45.49%-
HSV(B)129.73º48.37%60%-
XYZ16.525.213.89-
YUV123.81109.4896.04-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.46%
GREEN value IS 153 (60.16% from 255) = 47.37%
BLUE value IS 91 (35.94% from 255) = 28.17%
R=24.46%
G=47.37%
B=28.17%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal79153910.4800.410.4129.7331.945.49
Hex4F995B300292882202d
Octal11723113360051502024055
Binary1001111100110011011011110000010100110100010000010100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F995B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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