#4C944A

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

Shades of Fruit Salad #4C944A

Tints of Fruit Salad #4C944A

Color information

#4C944A (or 0x4C944A) is unknown color: approx Fruit Salad. HEX triplet: 4C, 94 and 4A. RGB value is (76,148,74). Sum of RGB (Red+Green+Blue) = 76+148+74=298 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.50% from 298); Green value is 148 (58.20% from 255 or 49.66% from 298); Blue value is 74 (29.30% from 255 or 24.83% from 298); Max value from RGB is 148 - color contains mainly: green. Hex color #4C944A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C944A is #B36BB5. Grayscale: #767676. Windows color (decimal): -11758518 or 4887628. OLE color: 4887628.

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

Color convert

RGB7614874-
CMYK0.4900.500.42
HSL118.38º33.33%43.53%-
HSV(B)118.38º50%58.04%-
XYZ14.8123.2110.18-
YUV118.04103.1598.02-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25.50%
GREEN value IS 148 (58.20% from 255) = 49.66%
BLUE value IS 74 (29.30% from 255) = 24.83%
R=25.50%
G=49.66%
B=24.83%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal76148740.4900.500.42118.3833.3343.53
Hex4C944A310322A76212c
Octal11422411261062521664154
Binary100110010010100100101011000101100101010101110110100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C944A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,148,74); }

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

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

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

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

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

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

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