#4C9049

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

Shades of Fruit Salad #4C9049

Tints of Fruit Salad #4C9049

Color information

#4C9049 (or 0x4C9049) is unknown color: approx Fruit Salad. HEX triplet: 4C, 90 and 49. RGB value is (76,144,73). Sum of RGB (Red+Green+Blue) = 76+144+73=293 (38% of max value = 765). Red value is 76 (30.08% from 255 or 25.94% from 293); Green value is 144 (56.64% from 255 or 49.15% from 293); Blue value is 73 (28.91% from 255 or 24.91% from 293); Max value from RGB is 144 - color contains mainly: green. Hex color #4C9049 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C9049 is #B36FB6. Grayscale: #737373. Windows color (decimal): -11759543 or 4821068. OLE color: 4821068.

HSL color Cylindrical-coordinate representation of color #4C9049: hue angle of 117.46º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4C9049 is Cyan = 0.47, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.

Color convert

RGB7614473-
CMYK0.4700.490.44
HSL117.46º32.72%42.55%-
HSV(B)117.46º49.31%56.47%-
XYZ14.1621.969.8-
YUV115.57103.9799.77-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25.94%
GREEN value IS 144 (56.64% from 255) = 49.15%
BLUE value IS 73 (28.91% from 255) = 24.91%
R=25.94%
G=49.15%
B=24.91%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal76144730.4700.490.44117.4632.7242.55
Hex4C90492F0312C75212b
Octal11422011157061541654153
Binary100110010010000100100110111101100011011001110101100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C9049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,144,73); }

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

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

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

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

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

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

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