#4C934D

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

Shades of Fruit Salad #4C934D

Tints of Fruit Salad #4C934D

Color information

#4C934D (or 0x4C934D) is unknown color: approx Fruit Salad. HEX triplet: 4C, 93 and 4D. RGB value is (76,147,77). Sum of RGB (Red+Green+Blue) = 76+147+77=300 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.33% from 300); Green value is 147 (57.81% from 255 or 49% from 300); Blue value is 77 (30.47% from 255 or 25.67% from 300); Max value from RGB is 147 - color contains mainly: green. Hex color #4C934D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C934D is #B36CB2. Grayscale: #757575. Windows color (decimal): -11758771 or 5083980. OLE color: 5083980.

HSL color Cylindrical-coordinate representation of color #4C934D: hue angle of 120.85º 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 #4C934D is Cyan = 0.48, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB7614777-
CMYK0.4800.480.42
HSL120.85º31.84%43.73%-
HSV(B)120.85º48.3%57.65%-
XYZ14.7522.9410.67-
YUV117.79104.9898.19-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25.33%
GREEN value IS 147 (57.81% from 255) = 49%
BLUE value IS 77 (30.47% from 255) = 25.67%
R=25.33%
G=49%
B=25.67%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal76147770.4800.480.42120.8531.8443.73
Hex4C934D300302A79202c
Octal11422311560060521714054
Binary100110010010011100110111000001100001010101111001100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C934D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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