#4FAF49

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

Shades of Fruit Salad #4FAF49

Tints of Fruit Salad #4FAF49

Color information

#4FAF49 (or 0x4FAF49) is unknown color: approx Fruit Salad. HEX triplet: 4F, AF and 49. RGB value is (79,175,73). Sum of RGB (Red+Green+Blue) = 79+175+73=327 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.16% from 327); Green value is 175 (68.75% from 255 or 53.52% from 327); Blue value is 73 (28.91% from 255 or 22.32% from 327); Max value from RGB is 175 - color contains mainly: green. Hex color #4FAF49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4FAF49 is #B050B6. Grayscale: #868686. Windows color (decimal): -11554999 or 4829007. OLE color: 4829007.

HSL color Cylindrical-coordinate representation of color #4FAF49: hue angle of 116.47º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4FAF49 is Cyan = 0.55, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB7917573-
CMYK0.5500.580.31
HSL116.47º41.13%48.63%-
HSV(B)116.47º58.29%68.63%-
XYZ19.7632.811.59-
YUV134.6793.288.29-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.16%
GREEN value IS 175 (68.75% from 255) = 53.52%
BLUE value IS 73 (28.91% from 255) = 22.32%
R=24.16%
G=53.52%
B=22.32%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal79175730.5500.580.31116.4741.1348.63
Hex4FAF493703A1F742931
Octal11725711167072371645161
Binary10011111010111110010011101110111010111111110100101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FAF49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,175,73); }

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

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

 a { background-color: rgb(79,175,73); }

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

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

 span { border-color: rgb(79,175,73); }

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