#4F934E

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

Shades of Fruit Salad #4F934E

Tints of Fruit Salad #4F934E

Color information

#4F934E (or 0x4F934E) is unknown color: approx Fruit Salad. HEX triplet: 4F, 93 and 4E. RGB value is (79,147,78). Sum of RGB (Red+Green+Blue) = 79+147+78=304 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.99% from 304); Green value is 147 (57.81% from 255 or 48.36% from 304); Blue value is 78 (30.86% from 255 or 25.66% from 304); Max value from RGB is 147 - color contains mainly: green. Hex color #4F934E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F934E is #B06CB1. Grayscale: #777777. Windows color (decimal): -11562162 or 5149519. OLE color: 5149519.

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

Color convert

RGB7914778-
CMYK0.4600.470.42
HSL119.13º30.67%44.12%-
HSV(B)119.13º46.94%57.65%-
XYZ15.0323.0810.87-
YUV118.8104.9799.61-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.99%
GREEN value IS 147 (57.81% from 255) = 48.36%
BLUE value IS 78 (30.86% from 255) = 25.66%
R=25.99%
G=48.36%
B=25.66%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal79147780.4600.470.42119.1330.6744.12
Hex4F934E2E02F2A771f2c
Octal11722311656057521673754
Binary10011111001001110011101011100101111101010111011111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F934E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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