#4a9f41

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

Shades of Fruit Salad #4A9F41

Tints of Fruit Salad #4A9F41

Color information

#4A9F41 (or 0x4A9F41) is unknown color: approx Fruit Salad. HEX triplet: 4A, 9F and 41. RGB value is (74,159,65). Sum of RGB (Red+Green+Blue) = 74+159+65=298 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.83% from 298); Green value is 159 (62.5% from 255 or 53.36% from 298); Blue value is 65 (25.78% from 255 or 21.81% from 298); Max value from RGB is 159 - color contains mainly: green. Hex color #4A9F41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A9F41 is #B560BE. Grayscale: #7B7B7B. Windows color (decimal): -11886783 or 4300618. OLE color: 4300618.

HSL color Cylindrical-coordinate representation of color #4A9F41: hue angle of 114.26º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4A9F41 is Cyan = 0.53, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.

Color convert

RGB7415965-
CMYK0.5300.590.38
HSL114.26º41.96%43.92%-
HSV(B)114.26º59.12%62.35%-
XYZ16.1826.639.29-
YUV122.8795.3493.14-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 24.83%
GREEN value IS 159 (62.5% from 255) = 53.36%
BLUE value IS 65 (25.78% from 255) = 21.81%
R=24.83%
G=53.36%
B=21.81%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal74159650.5300.590.38114.2641.9643.92
Hex4A9F413503B26722a2c
Octal11223710165073461625254
Binary100101010011111100000111010101110111001101110010101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4a9f41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,159,65); }

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

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

 a { background-color: rgb(74,159,65); }

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

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

 span { border-color: rgb(74,159,65); }

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