#4F704A

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

Shades of Fern Green #4F704A

Tints of Fern Green #4F704A

Color information

#4F704A (or 0x4F704A) is unknown color: approx Fern Green. HEX triplet: 4F, 70 and 4A. RGB value is (79,112,74). Sum of RGB (Red+Green+Blue) = 79+112+74=265 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.81% from 265); Green value is 112 (44.14% from 255 or 42.26% from 265); Blue value is 74 (29.30% from 255 or 27.92% from 265); Max value from RGB is 112 - color contains mainly: green. Hex color #4F704A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F704A is #B08FB5. Grayscale: #616161. Windows color (decimal): -11571126 or 4878415. OLE color: 4878415.

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

Color convert

RGB7911274-
CMYK0.2900.340.56
HSL112.11º20.43%36.47%-
HSV(B)112.11º33.93%43.92%-
XYZ10.2513.758.59-
YUV97.8114.57114.59-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 29.81%
GREEN value IS 112 (44.14% from 255) = 42.26%
BLUE value IS 74 (29.30% from 255) = 27.92%
R=29.81%
G=42.26%
B=27.92%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal79112740.2900.340.56112.1120.4336.47
Hex4F704A1D02238701424
Octal11716011235042701602444
Binary100111111100001001010111010100010111000111000010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F704A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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