#4F934A

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

Shades of Fruit Salad #4F934A

Tints of Fruit Salad #4F934A

Color information

#4F934A (or 0x4F934A) is unknown color: approx Fruit Salad. HEX triplet: 4F, 93 and 4A. RGB value is (79,147,74). Sum of RGB (Red+Green+Blue) = 79+147+74=300 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.33% from 300); Green value is 147 (57.81% from 255 or 49% from 300); Blue value is 74 (29.30% from 255 or 24.67% from 300); Max value from RGB is 147 - color contains mainly: green. Hex color #4F934A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F934A is #B06CB5. Grayscale: #767676. Windows color (decimal): -11562166 or 4887375. OLE color: 4887375.

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

Color convert

RGB7914774-
CMYK0.4600.500.42
HSL115.89º33.03%43.33%-
HSV(B)115.89º49.66%57.65%-
XYZ14.8923.0210.14-
YUV118.35102.9799.94-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.33%
GREEN value IS 147 (57.81% from 255) = 49%
BLUE value IS 74 (29.30% from 255) = 24.67%
R=26.33%
G=49%
B=24.67%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal79147740.4600.500.42115.8933.0343.33
Hex4F934A2E0322A74212b
Octal11722311256062521644153
Binary100111110010011100101010111001100101010101110100100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F934A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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