#4C904F

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

Shades of Fruit Salad #4C904F

Tints of Fruit Salad #4C904F

Color information

#4C904F (or 0x4C904F) is unknown color: approx Fruit Salad. HEX triplet: 4C, 90 and 4F. RGB value is (76,144,79). Sum of RGB (Red+Green+Blue) = 76+144+79=299 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.42% from 299); Green value is 144 (56.64% from 255 or 48.16% from 299); Blue value is 79 (31.25% from 255 or 26.42% from 299); Max value from RGB is 144 - color contains mainly: green. Hex color #4C904F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C904F is #B36FB0. Grayscale: #747474. Windows color (decimal): -11759537 or 5214284. OLE color: 5214284.

HSL color Cylindrical-coordinate representation of color #4C904F: hue angle of 122.65º 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 #4C904F is Cyan = 0.47, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.44.

Color convert

RGB7614479-
CMYK0.4700.450.44
HSL122.65º30.91%43.14%-
HSV(B)122.65º47.22%56.47%-
XYZ14.3722.0510.9-
YUV116.26106.9799.29-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25.42%
GREEN value IS 144 (56.64% from 255) = 48.16%
BLUE value IS 79 (31.25% from 255) = 26.42%
R=25.42%
G=48.16%
B=26.42%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal76144790.4700.450.44122.6530.9143.14
Hex4C904F2F02D2C7b1f2b
Octal11422011757055541733753
Binary10011001001000010011111011110101101101100111101111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C904F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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