#4C8D49

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

Shades of Fruit Salad #4C8D49

Tints of Fruit Salad #4C8D49

Color information

#4C8D49 (or 0x4C8D49) is unknown color: approx Fruit Salad. HEX triplet: 4C, 8D and 49. RGB value is (76,141,73). Sum of RGB (Red+Green+Blue) = 76+141+73=290 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.21% from 290); Green value is 141 (55.47% from 255 or 48.62% from 290); Blue value is 73 (28.91% from 255 or 25.17% from 290); Max value from RGB is 141 - color contains mainly: green. Hex color #4C8D49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C8D49 is #B372B6. Grayscale: #727272. Windows color (decimal): -11760311 or 4820300. OLE color: 4820300.

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

Color convert

RGB7614173-
CMYK0.4600.480.45
HSL117.35º31.78%41.96%-
HSV(B)117.35º48.23%55.29%-
XYZ13.7121.079.65-
YUV113.81104.97101.03-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.21%
GREEN value IS 141 (55.47% from 255) = 48.62%
BLUE value IS 73 (28.91% from 255) = 25.17%
R=26.21%
G=48.62%
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.45
SystemRedGreenBlueCMYKHSL
Decimal76141730.4600.480.45117.3531.7841.96
Hex4C8D492E0302D75202a
Octal11421511156060551654052
Binary100110010001101100100110111001100001011011110101100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C8D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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