#4FAB48

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

Shades of Fruit Salad #4FAB48

Tints of Fruit Salad #4FAB48

Color information

#4FAB48 (or 0x4FAB48) is unknown color: approx Fruit Salad. HEX triplet: 4F, AB and 48. RGB value is (79,171,72). Sum of RGB (Red+Green+Blue) = 79+171+72=322 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.53% from 322); Green value is 171 (67.19% from 255 or 53.11% from 322); Blue value is 72 (28.52% from 255 or 22.36% from 322); Max value from RGB is 171 - color contains mainly: green. Hex color #4FAB48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4FAB48 is #B054B7. Grayscale: #848484. Windows color (decimal): -11556024 or 4762447. OLE color: 4762447.

HSL color Cylindrical-coordinate representation of color #4FAB48: hue angle of 115.76º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4FAB48 is Cyan = 0.54, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB7917172-
CMYK0.5400.580.33
HSL115.76º40.74%47.65%-
HSV(B)115.76º57.89%67.06%-
XYZ18.9631.2611.16-
YUV132.2194.0290.05-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.53%
GREEN value IS 171 (67.19% from 255) = 53.11%
BLUE value IS 72 (28.52% from 255) = 22.36%
R=24.53%
G=53.11%
B=22.36%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal79171720.5400.580.33115.7640.7447.65
Hex4FAB483603A21742930
Octal11725311066072411645160
Binary100111110101011100100011011001110101000011110100101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FAB48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,171,72); }

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

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

 a { background-color: rgb(79,171,72); }

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

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

 span { border-color: rgb(79,171,72); }

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