#4C9350

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

Shades of Fruit Salad #4C9350

Tints of Fruit Salad #4C9350

Color information

#4C9350 (or 0x4C9350) is unknown color: approx Fruit Salad. HEX triplet: 4C, 93 and 50. RGB value is (76,147,80). Sum of RGB (Red+Green+Blue) = 76+147+80=303 (40% of max value = 765). Red value is 76 (30.08% from 255 or 25.08% from 303); Green value is 147 (57.81% from 255 or 48.51% from 303); Blue value is 80 (31.64% from 255 or 26.40% from 303); Max value from RGB is 147 - color contains mainly: green. Hex color #4C9350 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C9350 is #B36CAF. Grayscale: #767676. Windows color (decimal): -11758768 or 5280588. OLE color: 5280588.

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

Color convert

RGB7614780-
CMYK0.4800.460.42
HSL123.38º31.84%43.73%-
HSV(B)123.38º48.3%57.65%-
XYZ14.8622.9811.24-
YUV118.13106.4897.95-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25.08%
GREEN value IS 147 (57.81% from 255) = 48.51%
BLUE value IS 80 (31.64% from 255) = 26.40%
R=25.08%
G=48.51%
B=26.40%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal76147800.4800.460.42123.3831.8443.73
Hex4C93503002E2A7b202c
Octal11422312060056521734054
Binary100110010010011101000011000001011101010101111011100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C9350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,147,80); }

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

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

 a { background-color: rgb(76,147,80); }

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

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

 span { border-color: rgb(76,147,80); }

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