#4F7049

Color #4F7049 Fern Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern Green #4F7049

Tints of Fern Green #4F7049

Color information

#4F7049 (or 0x4F7049) is unknown color: approx Fern Green. HEX triplet: 4F, 70 and 49. RGB value is (79,112,73). Sum of RGB (Red+Green+Blue) = 79+112+73=264 (34% of max value = 765). Red value is 79 (31.25% from 255 or 29.92% from 264); Green value is 112 (44.14% from 255 or 42.42% from 264); Blue value is 73 (28.91% from 255 or 27.65% from 264); Max value from RGB is 112 - color contains mainly: green. Hex color #4F7049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F7049 is #B08FB6. Grayscale: #616161. Windows color (decimal): -11571127 or 4812879. OLE color: 4812879.

HSL color Cylindrical-coordinate representation of color #4F7049: hue angle of 110.77º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4F7049 is Cyan = 0.29, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB7911273-
CMYK0.2900.350.56
HSL110.77º21.08%36.27%-
HSV(B)110.77º34.82%43.92%-
XYZ10.2213.738.42-
YUV97.69114.07114.67-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 29.92%
GREEN value IS 112 (44.14% from 255) = 42.42%
BLUE value IS 73 (28.91% from 255) = 27.65%
R=29.92%
G=42.42%
B=27.65%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal79112730.2900.350.56110.7721.0836.27
Hex4F70491D023386f1524
Octal11716011135043701572544
Binary100111111100001001001111010100011111000110111110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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