#4F704C

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

Shades of Fern Green #4F704C

Tints of Fern Green #4F704C

Color information

#4F704C (or 0x4F704C) is unknown color: approx Fern Green. HEX triplet: 4F, 70 and 4C. RGB value is (79,112,76). Sum of RGB (Red+Green+Blue) = 79+112+76=267 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.59% from 267); Green value is 112 (44.14% from 255 or 41.95% from 267); Blue value is 76 (30.08% from 255 or 28.46% from 267); Max value from RGB is 112 - color contains mainly: green. Hex color #4F704C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F704C is #B08FB3. Grayscale: #626262. Windows color (decimal): -11571124 or 5009487. OLE color: 5009487.

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

Color convert

RGB7911276-
CMYK0.2900.320.56
HSL115º19.15%36.86%-
HSV(B)115º32.14%43.92%-
XYZ10.3213.778.95-
YUV98.03115.57114.43-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 29.59%
GREEN value IS 112 (44.14% from 255) = 41.95%
BLUE value IS 76 (30.08% from 255) = 28.46%
R=29.59%
G=41.95%
B=28.46%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal79112760.2900.320.5611519.1536.86
Hex4F704C1D02038731325
Octal11716011435040701632345
Binary100111111100001001100111010100000111000111001110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F704C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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