Html Css Color HEX #4D7046 Fern Green

📋 copy color: '#4D7046'

red 77 ◦ green 112 ◦ blue 70

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

Shades of Fern Green #4D7046

Tints of Fern Green #4D7046

RGB

 RED value IS 77 (30.47% from 255) = 29.73%

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

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

R = 29.73%
G = 43.24%
B = 27.03%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#4D7046 (or 0x4D7046) is known color: Fern Green. HEX triplet: 4D, 70 and 46. RGB value is (77,112,70). Sum of RGB (Red+Green+Blue) = 77+112+70=259 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.73% from 259); Green value is 112 (44.14% from 255 or 43.24% from 259); Blue value is 70 (27.73% from 255 or 27.03% from 259); Max value from RGB is 112 - color contains mainly: green. Hex color #4D7046 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D7046 is #B28FB9. Grayscale: #606060. Windows color (decimal): -11702202 or 4616269. OLE color: 4616269.

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

Color convert

RGB 77 112 70 -
CMYK 0.31 0 0.38 0.56
HSL 110º 0.23% 0.36% -
HSV(B) 110º 0.38% 0.44% -
XYZ 9.96 13.61 7.9 -
YUV 96.75 112.9 113.92 -
System Red Green Blue C M Y K H S L
Decimal 77 112 70 0.31 0 0.38 0.56 110 0.23 0.36
Hex 4D 70 46 1F 0 26 38 6E 17 24
Octal 115 160 106 37 0 46 70 156 27 44
Binary 1001101 1110000 1000110 11111 0 100110 111000 1101110 10111 100100

Color Harmonies of #4D7046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D7046

Black with #4D7046

Text Example


Text Example

White with #4D7046

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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