#4C994C

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

Shades of Fruit Salad #4C994C

Tints of Fruit Salad #4C994C

Color information

#4C994C (or 0x4C994C) is unknown color: approx Fruit Salad. HEX triplet: 4C, 99 and 4C. RGB value is (76,153,76). Sum of RGB (Red+Green+Blue) = 76+153+76=305 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.92% from 305); Green value is 153 (60.16% from 255 or 50.16% from 305); Blue value is 76 (30.08% from 255 or 24.92% from 305); Max value from RGB is 153 - color contains mainly: green. Hex color #4C994C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C994C is #B366B3. Grayscale: #797979. Windows color (decimal): -11757236 or 5019980. OLE color: 5019980.

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

Color convert

RGB7615376-
CMYK0.5000.500.4
HSL120º33.62%44.9%-
HSV(B)120º50.33%60%-
XYZ15.6824.8410.81-
YUV121.2102.4995.76-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.92%
GREEN value IS 153 (60.16% from 255) = 50.16%
BLUE value IS 76 (30.08% from 255) = 24.92%
R=24.92%
G=50.16%
B=24.92%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal76153760.5000.500.412033.6244.9
Hex4C994C320322878222d
Octal11423111462062501704255
Binary100110010011001100110011001001100101010001111000100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C994C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,153,76); }

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

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

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

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

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

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

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