#4D904C

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

Shades of Fruit Salad #4D904C

Tints of Fruit Salad #4D904C

Color information

#4D904C (or 0x4D904C) is unknown color: approx Fruit Salad. HEX triplet: 4D, 90 and 4C. RGB value is (77,144,76). Sum of RGB (Red+Green+Blue) = 77+144+76=297 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.93% from 297); Green value is 144 (56.64% from 255 or 48.48% from 297); Blue value is 76 (30.08% from 255 or 25.59% from 297); Max value from RGB is 144 - color contains mainly: green. Hex color #4D904C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D904C is #B26FB3. Grayscale: #747474. Windows color (decimal): -11694004 or 5017677. OLE color: 5017677.

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

Color convert

RGB7714476-
CMYK0.4700.470.44
HSL119.12º30.91%43.14%-
HSV(B)119.12º47.22%56.47%-
XYZ14.3422.0510.34-
YUV116.21105.3100.03-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 25.93%
GREEN value IS 144 (56.64% from 255) = 48.48%
BLUE value IS 76 (30.08% from 255) = 25.59%
R=25.93%
G=48.48%
B=25.59%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal77144760.4700.470.44119.1230.9143.14
Hex4D904C2F02F2C771f2b
Octal11522011457057541673753
Binary10011011001000010011001011110101111101100111011111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D904C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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