#4F8F4D

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

Shades of Fruit Salad #4F8F4D

Tints of Fruit Salad #4F8F4D

Color information

#4F8F4D (or 0x4F8F4D) is unknown color: approx Fruit Salad. HEX triplet: 4F, 8F and 4D. RGB value is (79,143,77). Sum of RGB (Red+Green+Blue) = 79+143+77=299 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.42% from 299); Green value is 143 (56.25% from 255 or 47.83% from 299); Blue value is 77 (30.47% from 255 or 25.75% from 299); Max value from RGB is 143 - color contains mainly: green. Hex color #4F8F4D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F8F4D is #B070B2. Grayscale: #747474. Windows color (decimal): -11563187 or 5082959. OLE color: 5082959.

HSL color Cylindrical-coordinate representation of color #4F8F4D: hue angle of 118.18º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4F8F4D is Cyan = 0.45, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.44.

Color convert

RGB7914377-
CMYK0.4500.460.44
HSL118.18º30%43.14%-
HSV(B)118.18º46.15%56.08%-
XYZ14.3921.8410.48-
YUV116.34105.8101.37-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.42%
GREEN value IS 143 (56.25% from 255) = 47.83%
BLUE value IS 77 (30.47% from 255) = 25.75%
R=26.42%
G=47.83%
B=25.75%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal79143770.4500.460.44118.183043.14
Hex4F8F4D2D02E2C761e2b
Octal11721711555056541663653
Binary10011111000111110011011011010101110101100111011011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F8F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,143,77); }

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

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

 a { background-color: rgb(79,143,77); }

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

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

 span { border-color: rgb(79,143,77); }

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