Html Css Color HEX #4F7049 Fern Green

📋 copy color: '#4F7049'

red 79 ◦ green 112 ◦ blue 73

#4F7049
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fern Green #4F7049

Tints of Fern Green #4F7049

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 value IS 0.29

 M value IS 0

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#4F7049 (or 0x4F7049) is known color: 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

RGB 79 112 73 -
CMYK 0.29 0 0.35 0.56
HSL 110.77º 0.21% 0.36% -
HSV(B) 110.77º 0.35% 0.44% -
XYZ 10.22 13.73 8.42 -
YUV 97.69 114.07 114.67 -
System Red Green Blue C M Y K H S L
Decimal 79 112 73 0.29 0 0.35 0.56 110.77 0.21 0.36
Hex 4F 70 49 1D 0 23 38 6F 15 24
Octal 117 160 111 35 0 43 70 157 25 44
Binary 1001111 1110000 1001001 11101 0 100011 111000 1101111 10101 100100

Color Harmonies of #4F7049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F7049

Black with #4F7049

Text Example


Text Example

White with #4F7049

Text Example


Text Example

HTML Codes & Css Web 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>