#4AA44F

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

Shades of Fruit Salad #4AA44F

Tints of Fruit Salad #4AA44F

Color information

#4AA44F (or 0x4AA44F) is unknown color: approx Fruit Salad. HEX triplet: 4A, A4 and 4F. RGB value is (74,164,79). Sum of RGB (Red+Green+Blue) = 74+164+79=317 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.34% from 317); Green value is 164 (64.45% from 255 or 51.74% from 317); Blue value is 79 (31.25% from 255 or 24.92% from 317); Max value from RGB is 164 - color contains mainly: green. Hex color #4AA44F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AA44F is #B55BB0. Grayscale: #7F7F7F. Windows color (decimal): -11885489 or 5219402. OLE color: 5219402.

HSL color Cylindrical-coordinate representation of color #4AA44F: hue angle of 123.33º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4AA44F is Cyan = 0.55, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.36.

Color convert

RGB7416479-
CMYK0.5500.520.36
HSL123.33º37.82%46.67%-
HSV(B)123.33º54.88%64.31%-
XYZ17.5128.5711.99-
YUV127.4100.6889.91-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 23.34%
GREEN value IS 164 (64.45% from 255) = 51.74%
BLUE value IS 79 (31.25% from 255) = 24.92%
R=23.34%
G=51.74%
B=24.92%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal74164790.5500.520.36123.3337.8246.67
Hex4AA44F37034247b262f
Octal11224411767064441734657
Binary100101010100100100111111011101101001001001111011100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AA44F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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