Html Css Color HEX #4E7048 Fern Green

📋 copy color: '#4E7048'

red 78 ◦ green 112 ◦ blue 72

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

Shades of Fern Green #4E7048

Tints of Fern Green #4E7048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 27.48%

R = 29.77%
G = 42.75%
B = 27.48%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#4E7048 (or 0x4E7048) is known color: Fern Green. HEX triplet: 4E, 70 and 48. RGB value is (78,112,72). Sum of RGB (Red+Green+Blue) = 78+112+72=262 (34% of max value = 765). Red value is 78 (30.86% from 255 or 29.77% from 262); Green value is 112 (44.14% from 255 or 42.75% from 262); Blue value is 72 (28.52% from 255 or 27.48% from 262); Max value from RGB is 112 - color contains mainly: green. Hex color #4E7048 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E7048 is #B18FB7. Grayscale: #616161. Windows color (decimal): -11636664 or 4747342. OLE color: 4747342.

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

Color convert

RGB 78 112 72 -
CMYK 0.30 0 0.36 0.56
HSL 111º 0.22% 0.36% -
HSV(B) 111º 0.36% 0.44% -
XYZ 10.11 13.68 8.24 -
YUV 97.27 113.74 114.25 -
System Red Green Blue C M Y K H S L
Decimal 78 112 72 0.30 0 0.36 0.56 111 0.22 0.36
Hex 4E 70 48 1E 0 24 38 6F 16 24
Octal 116 160 110 36 0 44 70 157 26 44
Binary 1001110 1110000 1001000 11110 0 100100 111000 1101111 10110 100100

Color Harmonies of #4E7048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E7048

Black with #4E7048

Text Example


Text Example

White with #4E7048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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