#4C9B49

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

Shades of Fruit Salad #4C9B49

Tints of Fruit Salad #4C9B49

Color information

#4C9B49 (or 0x4C9B49) is unknown color: approx Fruit Salad. HEX triplet: 4C, 9B and 49. RGB value is (76,155,73). Sum of RGB (Red+Green+Blue) = 76+155+73=304 (40% of max value = 765). Red value is 76 (30.08% from 255 or 25% from 304); Green value is 155 (60.94% from 255 or 50.99% from 304); Blue value is 73 (28.91% from 255 or 24.01% from 304); Max value from RGB is 155 - color contains mainly: green. Hex color #4C9B49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C9B49 is #B364B6. Grayscale: #7A7A7A. Windows color (decimal): -11756727 or 4823884. OLE color: 4823884.

HSL color Cylindrical-coordinate representation of color #4C9B49: hue angle of 117.8º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4C9B49 is Cyan = 0.51, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.39.

Color convert

RGB7615573-
CMYK0.5100.530.39
HSL117.8º35.96%44.71%-
HSV(B)117.8º52.9%60.78%-
XYZ15.925.4610.38-
YUV122.03100.3395.17-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25%
GREEN value IS 155 (60.94% from 255) = 50.99%
BLUE value IS 73 (28.91% from 255) = 24.01%
R=25%
G=50.99%
B=24.01%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal76155730.5100.530.39117.835.9644.71
Hex4C9B49330352776242d
Octal11423311163065471664455
Binary100110010011011100100111001101101011001111110110100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C9B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,155,73); }

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

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

 a { background-color: rgb(76,155,73); }

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

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

 span { border-color: rgb(76,155,73); }

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