#4C8D51

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

Shades of Fruit Salad #4C8D51

Tints of Fruit Salad #4C8D51

Color information

#4C8D51 (or 0x4C8D51) is unknown color: approx Fruit Salad. HEX triplet: 4C, 8D and 51. RGB value is (76,141,81). Sum of RGB (Red+Green+Blue) = 76+141+81=298 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.50% from 298); Green value is 141 (55.47% from 255 or 47.32% from 298); Blue value is 81 (32.03% from 255 or 27.18% from 298); Max value from RGB is 141 - color contains mainly: green. Hex color #4C8D51 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C8D51 is #B372AE. Grayscale: #727272. Windows color (decimal): -11760303 or 5344588. OLE color: 5344588.

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

Color convert

RGB7614181-
CMYK0.4600.430.45
HSL124.62º29.95%42.55%-
HSV(B)124.62º46.1%55.29%-
XYZ13.9921.1811.14-
YUV114.72108.97100.38-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25.50%
GREEN value IS 141 (55.47% from 255) = 47.32%
BLUE value IS 81 (32.03% from 255) = 27.18%
R=25.50%
G=47.32%
B=27.18%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal76141810.4600.430.45124.6229.9542.55
Hex4C8D512E02B2D7d1e2b
Octal11421512156053551753653
Binary10011001000110110100011011100101011101101111110111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C8D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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