#4C934A

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

Shades of Fruit Salad #4C934A

Tints of Fruit Salad #4C934A

Color information

#4C934A (or 0x4C934A) is unknown color: approx Fruit Salad. HEX triplet: 4C, 93 and 4A. RGB value is (76,147,74). Sum of RGB (Red+Green+Blue) = 76+147+74=297 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.59% from 297); Green value is 147 (57.81% from 255 or 49.49% from 297); Blue value is 74 (29.30% from 255 or 24.92% from 297); Max value from RGB is 147 - color contains mainly: green. Hex color #4C934A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C934A is #B36CB5. Grayscale: #757575. Windows color (decimal): -11758774 or 4887372. OLE color: 4887372.

HSL color Cylindrical-coordinate representation of color #4C934A: hue angle of 118.36º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4C934A is Cyan = 0.48, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB7614774-
CMYK0.4800.500.42
HSL118.36º33.03%43.33%-
HSV(B)118.36º49.66%57.65%-
XYZ14.6522.910.13-
YUV117.45103.4898.44-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25.59%
GREEN value IS 147 (57.81% from 255) = 49.49%
BLUE value IS 74 (29.30% from 255) = 24.92%
R=25.59%
G=49.49%
B=24.92%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal76147740.4800.500.42118.3633.0343.33
Hex4C934A300322A76212b
Octal11422311260062521664153
Binary100110010010011100101011000001100101010101110110100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C934A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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