#4A994F

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

Shades of Fruit Salad #4A994F

Tints of Fruit Salad #4A994F

Color information

#4A994F (or 0x4A994F) is unknown color: approx Fruit Salad. HEX triplet: 4A, 99 and 4F. RGB value is (74,153,79). Sum of RGB (Red+Green+Blue) = 74+153+79=306 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.18% from 306); Green value is 153 (60.16% from 255 or 50% from 306); Blue value is 79 (31.25% from 255 or 25.82% from 306); Max value from RGB is 153 - color contains mainly: green. Hex color #4A994F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A994F is #B566B0. Grayscale: #797979. Windows color (decimal): -11888305 or 5216586. OLE color: 5216586.

HSL color Cylindrical-coordinate representation of color #4A994F: hue angle of 123.8º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4A994F is Cyan = 0.52, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB7415379-
CMYK0.5200.480.4
HSL123.8º34.8%44.51%-
HSV(B)123.8º51.63%60%-
XYZ15.6324.811.36-
YUV120.94104.3394.52-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 24.18%
GREEN value IS 153 (60.16% from 255) = 50%
BLUE value IS 79 (31.25% from 255) = 25.82%
R=24.18%
G=50%
B=25.82%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal74153790.5200.480.4123.834.844.51
Hex4A994F34030287c232d
Octal11223111764060501744355
Binary100101010011001100111111010001100001010001111100100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A994F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,153,79); }

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

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

 a { background-color: rgb(74,153,79); }

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

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

 span { border-color: rgb(74,153,79); }

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