#4C914C

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

Shades of Fruit Salad #4C914C

Tints of Fruit Salad #4C914C

Color information

#4C914C (or 0x4C914C) is unknown color: approx Fruit Salad. HEX triplet: 4C, 91 and 4C. RGB value is (76,145,76). Sum of RGB (Red+Green+Blue) = 76+145+76=297 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.59% from 297); Green value is 145 (57.03% from 255 or 48.82% from 297); Blue value is 76 (30.08% from 255 or 25.59% from 297); Max value from RGB is 145 - color contains mainly: green. Hex color #4C914C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C914C is #B36EB3. Grayscale: #747474. Windows color (decimal): -11759284 or 5017932. OLE color: 5017932.

HSL color Cylindrical-coordinate representation of color #4C914C: hue angle of 120º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4C914C is Cyan = 0.48, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.

Color convert

RGB7614576-
CMYK0.4800.480.43
HSL120º31.22%43.33%-
HSV(B)120º47.59%56.86%-
XYZ14.4122.3110.38-
YUV116.5105.1499.11-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25.59%
GREEN value IS 145 (57.03% from 255) = 48.82%
BLUE value IS 76 (30.08% from 255) = 25.59%
R=25.59%
G=48.82%
B=25.59%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal76145760.4800.480.4312031.2243.33
Hex4C914C300302B781f2b
Octal11422111460060531703753
Binary10011001001000110011001100000110000101011111100011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C914C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,145,76); }

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

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

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

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

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

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

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