#4A9A49

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

Shades of Fruit Salad #4A9A49

Tints of Fruit Salad #4A9A49

Color information

#4A9A49 (or 0x4A9A49) is unknown color: approx Fruit Salad. HEX triplet: 4A, 9A and 49. RGB value is (74,154,73). Sum of RGB (Red+Green+Blue) = 74+154+73=301 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.58% from 301); Green value is 154 (60.55% from 255 or 51.16% from 301); Blue value is 73 (28.91% from 255 or 24.25% from 301); Max value from RGB is 154 - color contains mainly: green. Hex color #4A9A49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A9A49 is #B565B6. Grayscale: #797979. Windows color (decimal): -11888055 or 4823626. OLE color: 4823626.

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

Color convert

RGB7415473-
CMYK0.5200.530.40
HSL119.26º35.68%44.51%-
HSV(B)119.26º52.6%60.39%-
XYZ15.5825.0510.32-
YUV120.8510194.59-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 24.58%
GREEN value IS 154 (60.55% from 255) = 51.16%
BLUE value IS 73 (28.91% from 255) = 24.25%
R=24.58%
G=51.16%
B=24.25%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal74154730.5200.530.40119.2635.6844.51
Hex4A9A49340352877242d
Octal11223211164065501674455
Binary100101010011010100100111010001101011010001110111100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A9A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,154,73); }

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

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

 a { background-color: rgb(74,154,73); }

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

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

 span { border-color: rgb(74,154,73); }

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