#4F703C

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

Shades of Fern Green #4F703C

Tints of Fern Green #4F703C

Color information

#4F703C (or 0x4F703C) is unknown color: approx Fern Green. HEX triplet: 4F, 70 and 3C. RGB value is (79,112,60). Sum of RGB (Red+Green+Blue) = 79+112+60=251 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.47% from 251); Green value is 112 (44.14% from 255 or 44.62% from 251); Blue value is 60 (23.83% from 255 or 23.90% from 251); Max value from RGB is 112 - color contains mainly: green. Hex color #4F703C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F703C is #B08FC3. Grayscale: #606060. Windows color (decimal): -11571140 or 3960911. OLE color: 3960911.

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

Color convert

RGB7911260-
CMYK0.2900.460.56
HSL98.08º30.23%33.73%-
HSV(B)98.08º46.43%43.92%-
XYZ9.8313.586.38-
YUV96.2107.57115.73-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 31.47%
GREEN value IS 112 (44.14% from 255) = 44.62%
BLUE value IS 60 (23.83% from 255) = 23.90%
R=31.47%
G=44.62%
B=23.90%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal79112600.2900.460.5698.0830.2333.73
Hex4F703C1D02E38621e22
Octal1171607435056701423642
Binary10011111110000111100111010101110111000110001011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F703C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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