#4C9B56

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

Shades of Fruit Salad #4C9B56

Tints of Fruit Salad #4C9B56

Color information

#4C9B56 (or 0x4C9B56) is unknown color: approx Fruit Salad. HEX triplet: 4C, 9B and 56. RGB value is (76,155,86). Sum of RGB (Red+Green+Blue) = 76+155+86=317 (41% of max value = 765). Red value is 76 (30.08% from 255 or 23.97% from 317); Green value is 155 (60.94% from 255 or 48.90% from 317); Blue value is 86 (33.98% from 255 or 27.13% from 317); Max value from RGB is 155 - color contains mainly: green. Hex color #4C9B56 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C9B56 is #B364A9. Grayscale: #7B7B7B. Windows color (decimal): -11756714 or 5675852. OLE color: 5675852.

HSL color Cylindrical-coordinate representation of color #4C9B56: hue angle of 127.59º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4C9B56 is Cyan = 0.51, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.39.

Color convert

RGB7615586-
CMYK0.5100.450.39
HSL127.59º34.2%45.29%-
HSV(B)127.59º50.97%60.78%-
XYZ16.3825.6512.89-
YUV123.51106.8394.11-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.97%
GREEN value IS 155 (60.94% from 255) = 48.90%
BLUE value IS 86 (33.98% from 255) = 27.13%
R=23.97%
G=48.90%
B=27.13%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal76155860.5100.450.39127.5934.245.29
Hex4C9B563302D2780222d
Octal11423312663055472004255
Binary1001100100110111010110110011010110110011110000000100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C9B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,155,86); }

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

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

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

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

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

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

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