#4C974D

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

Shades of Fruit Salad #4C974D

Tints of Fruit Salad #4C974D

Color information

#4C974D (or 0x4C974D) is unknown color: approx Fruit Salad. HEX triplet: 4C, 97 and 4D. RGB value is (76,151,77). Sum of RGB (Red+Green+Blue) = 76+151+77=304 (40% of max value = 765). Red value is 76 (30.08% from 255 or 25% from 304); Green value is 151 (59.38% from 255 or 49.67% from 304); Blue value is 77 (30.47% from 255 or 25.33% from 304); Max value from RGB is 151 - color contains mainly: green. Hex color #4C974D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C974D is #B368B2. Grayscale: #787878. Windows color (decimal): -11757747 or 5085004. OLE color: 5085004.

HSL color Cylindrical-coordinate representation of color #4C974D: hue angle of 120.8º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4C974D is Cyan = 0.50, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB7615177-
CMYK0.5000.490.41
HSL120.8º33.04%44.51%-
HSV(B)120.8º49.67%59.22%-
XYZ15.3924.2110.88-
YUV120.14103.6596.52-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25%
GREEN value IS 151 (59.38% from 255) = 49.67%
BLUE value IS 77 (30.47% from 255) = 25.33%
R=25%
G=49.67%
B=25.33%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal76151770.5000.490.41120.833.0444.51
Hex4C974D320312979212d
Octal11422711562061511714155
Binary100110010010111100110111001001100011010011111001100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C974D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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