#4F703F

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

Shades of Fern Green #4F703F

Tints of Fern Green #4F703F

Color information

#4F703F (or 0x4F703F) is unknown color: approx Fern Green. HEX triplet: 4F, 70 and 3F. RGB value is (79,112,63). Sum of RGB (Red+Green+Blue) = 79+112+63=254 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.10% from 254); Green value is 112 (44.14% from 255 or 44.09% from 254); Blue value is 63 (25% from 255 or 24.80% from 254); Max value from RGB is 112 - color contains mainly: green. Hex color #4F703F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F703F is #B08FC0. Grayscale: #606060. Windows color (decimal): -11571137 or 4157519. OLE color: 4157519.

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

Color convert

RGB7911263-
CMYK0.2900.440.56
HSL100.41º28%34.31%-
HSV(B)100.41º43.75%43.92%-
XYZ9.9213.616.81-
YUV96.55109.07115.48-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 31.10%
GREEN value IS 112 (44.14% from 255) = 44.09%
BLUE value IS 63 (25% from 255) = 24.80%
R=31.10%
G=44.09%
B=24.80%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal79112630.2900.440.56100.412834.31
Hex4F703F1D02C38641c22
Octal1171607735054701443442
Binary10011111110000111111111010101100111000110010011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F703F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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