Html Css Color HEX #4E7049 Fern Green

📋 copy color: '#4E7049'

red 78 ◦ green 112 ◦ blue 73

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

Shades of Fern Green #4E7049

Tints of Fern Green #4E7049

RGB

 RED value IS 78 (30.86% from 255) = 29.66%

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

 BLUE value IS 73 (28.91% from 255) = 27.76%

R = 29.66%
G = 42.59%
B = 27.76%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#4E7049 (or 0x4E7049) is known color: Fern Green. HEX triplet: 4E, 70 and 49. RGB value is (78,112,73). Sum of RGB (Red+Green+Blue) = 78+112+73=263 (34% of max value = 765). Red value is 78 (30.86% from 255 or 29.66% from 263); Green value is 112 (44.14% from 255 or 42.59% from 263); Blue value is 73 (28.91% from 255 or 27.76% from 263); Max value from RGB is 112 - color contains mainly: green. Hex color #4E7049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E7049 is #B18FB6. Grayscale: #616161. Windows color (decimal): -11636663 or 4812878. OLE color: 4812878.

HSL color Cylindrical-coordinate representation of color #4E7049: hue angle of 112.31º 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 #4E7049 is Cyan = 0.30, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB 78 112 73 -
CMYK 0.30 0 0.35 0.56
HSL 112.31º 0.21% 0.36% -
HSV(B) 112.31º 0.35% 0.44% -
XYZ 10.14 13.69 8.41 -
YUV 97.39 114.24 114.17 -
System Red Green Blue C M Y K H S L
Decimal 78 112 73 0.30 0 0.35 0.56 112.31 0.21 0.36
Hex 4E 70 49 1E 0 23 38 70 15 24
Octal 116 160 111 36 0 43 70 160 25 44
Binary 1001110 1110000 1001001 11110 0 100011 111000 1110000 10101 100100

Color Harmonies of #4E7049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E7049

Black with #4E7049

Text Example


Text Example

White with #4E7049

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,112,73); }

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

background-color css

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

 a { background-color: rgb(78,112,73); }

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

border-color css

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

 span { border-color: rgb(78,112,73); }

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