#4D704A

Color #4D704A Fern Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern Green #4D704A

Tints of Fern Green #4D704A

Color information

#4D704A (or 0x4D704A) is unknown color: approx 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

RGB7711274-
CMYK0.3100.340.56
HSL115.26º20.43%36.47%-
HSV(B)115.26º33.93%43.92%-
XYZ10.0913.668.58-
YUV97.2114.9113.59-

RGB Variations

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

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.30% from 255) = 28.14%
R=29.28%
G=42.59%
B=28.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal77112740.3100.340.56115.2620.4336.47
Hex4D704A1F02238731424
Octal11516011237042701632444
Binary100110111100001001010111110100010111000111001110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D704A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>