#4F934C

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

Shades of Fruit Salad #4F934C

Tints of Fruit Salad #4F934C

Color information

#4F934C (or 0x4F934C) is unknown color: approx Fruit Salad. HEX triplet: 4F, 93 and 4C. RGB value is (79,147,76). Sum of RGB (Red+Green+Blue) = 79+147+76=302 (40% of max value = 765). Red value is 79 (31.25% from 255 or 26.16% from 302); Green value is 147 (57.81% from 255 or 48.68% from 302); Blue value is 76 (30.08% from 255 or 25.17% from 302); Max value from RGB is 147 - color contains mainly: green. Hex color #4F934C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F934C is #B06CB3. Grayscale: #767676. Windows color (decimal): -11562164 or 5018447. OLE color: 5018447.

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

Color convert

RGB7914776-
CMYK0.4600.480.42
HSL117.46º31.84%43.73%-
HSV(B)117.46º48.3%57.65%-
XYZ14.9623.0510.5-
YUV118.57103.9799.77-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.16%
GREEN value IS 147 (57.81% from 255) = 48.68%
BLUE value IS 76 (30.08% from 255) = 25.17%
R=26.16%
G=48.68%
B=25.17%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal79147760.4600.480.42117.4631.8443.73
Hex4F934C2E0302A75202c
Octal11722311456060521654054
Binary100111110010011100110010111001100001010101110101100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F934C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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