Html Css Color HEX #4F7046 Fern Green

📋 copy color: '#4F7046'

red 79 ◦ green 112 ◦ blue 70

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

Shades of Fern Green #4F7046

Tints of Fern Green #4F7046

RGB

 RED value IS 79 (31.25% from 255) = 30.27%

 GREEN value IS 112 (44.14% from 255) = 42.91%

 BLUE value IS 70 (27.73% from 255) = 26.82%

R = 30.27%
G = 42.91%
B = 26.82%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#4F7046 (or 0x4F7046) is known color: Fern Green. HEX triplet: 4F, 70 and 46. RGB value is (79,112,70). Sum of RGB (Red+Green+Blue) = 79+112+70=261 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.27% from 261); Green value is 112 (44.14% from 255 or 42.91% from 261); Blue value is 70 (27.73% from 255 or 26.82% from 261); Max value from RGB is 112 - color contains mainly: green. Hex color #4F7046 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F7046 is #B08FB9. Grayscale: #616161. Windows color (decimal): -11571130 or 4616271. OLE color: 4616271.

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

Color convert

RGB 79 112 70 -
CMYK 0.29 0 0.38 0.56
HSL 107.14º 0.23% 0.36% -
HSV(B) 107.14º 0.38% 0.44% -
XYZ 10.12 13.69 7.9 -
YUV 97.35 112.57 114.92 -
System Red Green Blue C M Y K H S L
Decimal 79 112 70 0.29 0 0.38 0.56 107.14 0.23 0.36
Hex 4F 70 46 1D 0 26 38 6B 17 24
Octal 117 160 106 35 0 46 70 153 27 44
Binary 1001111 1110000 1000110 11101 0 100110 111000 1101011 10111 100100

Color Harmonies of #4F7046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F7046

Black with #4F7046

Text Example


Text Example

White with #4F7046

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4F7046;
 }
 .AnyTagClassName
 {
   color: #4F7046;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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