Html Css Color HEX #4F704C Fern Green

📋 copy color: '#4F704C'

red 79 ◦ green 112 ◦ blue 76

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

Shades of Fern Green #4F704C

Tints of Fern Green #4F704C

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

 M value IS 0

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

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

RGB 79 112 76 -
CMYK 0.29 0 0.32 0.56
HSL 115º 0.19% 0.37% -
HSV(B) 115º 0.32% 0.44% -
XYZ 10.32 13.77 8.95 -
YUV 98.03 115.57 114.43 -
System Red Green Blue C M Y K H S L
Decimal 79 112 76 0.29 0 0.32 0.56 115 0.19 0.37
Hex 4F 70 4C 1D 0 20 38 73 13 25
Octal 117 160 114 35 0 40 70 163 23 45
Binary 1001111 1110000 1001100 11101 0 100000 111000 1110011 10011 100101

Color Harmonies of #4F704C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F704C

Black with #4F704C

Text Example


Text Example

White with #4F704C

Text Example


Text Example

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