#4C9642

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

Shades of Fruit Salad #4C9642

Tints of Fruit Salad #4C9642

Color information

#4C9642 (or 0x4C9642) is unknown color: approx Fruit Salad. HEX triplet: 4C, 96 and 42. RGB value is (76,150,66). Sum of RGB (Red+Green+Blue) = 76+150+66=292 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.03% from 292); Green value is 150 (58.98% from 255 or 51.37% from 292); Blue value is 66 (26.17% from 255 or 22.60% from 292); Max value from RGB is 150 - color contains mainly: green. Hex color #4C9642 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C9642 is #B369BD. Grayscale: #767676. Windows color (decimal): -11758014 or 4363852. OLE color: 4363852.

HSL color Cylindrical-coordinate representation of color #4C9642: hue angle of 112.86º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4C9642 is Cyan = 0.49, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.41.

Color convert

RGB7615066-
CMYK0.4900.560.41
HSL112.86º38.89%42.35%-
HSV(B)112.86º56%58.82%-
XYZ14.8723.748.95-
YUV118.398.4897.83-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.03%
GREEN value IS 150 (58.98% from 255) = 51.37%
BLUE value IS 66 (26.17% from 255) = 22.60%
R=26.03%
G=51.37%
B=22.60%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal76150660.4900.560.41112.8638.8942.35
Hex4C9642310382971272a
Octal11422610261070511614752
Binary100110010010110100001011000101110001010011110001100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C9642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,150,66); }

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

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

 a { background-color: rgb(76,150,66); }

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

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

 span { border-color: rgb(76,150,66); }

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