Html Css Color HEX #4D704A Fern Green

📋 copy color: '#4D704A'

red 77 ◦ green 112 ◦ blue 74

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

Shades of Fern Green #4D704A

Tints of Fern Green #4D704A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 28.14%

R = 29.28%
G = 42.59%
B = 28.14%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#4D704A (or 0x4D704A) is known color: Fern Green. HEX triplet: 4D, 70 and 4A. RGB value is (77,112,74). Sum of RGB (Red+Green+Blue) = 77+112+74=263 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.28% from 263); Green value is 112 (44.14% from 255 or 42.59% from 263); Blue value is 74 (29.30% from 255 or 28.14% from 263); Max value from RGB is 112 - color contains mainly: green. Hex color #4D704A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D704A is #B28FB5. Grayscale: #616161. Windows color (decimal): -11702198 or 4878413. OLE color: 4878413.

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

Color convert

RGB 77 112 74 -
CMYK 0.31 0 0.34 0.56
HSL 115.26º 0.2% 0.36% -
HSV(B) 115.26º 0.34% 0.44% -
XYZ 10.09 13.66 8.58 -
YUV 97.2 114.9 113.59 -
System Red Green Blue C M Y K H S L
Decimal 77 112 74 0.31 0 0.34 0.56 115.26 0.2 0.36
Hex 4D 70 4A 1F 0 22 38 73 14 24
Octal 115 160 112 37 0 42 70 163 24 44
Binary 1001101 1110000 1001010 11111 0 100010 111000 1110011 10100 100100

Color Harmonies of #4D704A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D704A

Black with #4D704A

Text Example


Text Example

White with #4D704A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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