#4D714A

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

Shades of Fern Green #4D714A

Tints of Fern Green #4D714A

Color information

#4D714A (or 0x4D714A) is unknown color: approx Fern Green. HEX triplet: 4D, 71 and 4A. RGB value is (77,113,74). Sum of RGB (Red+Green+Blue) = 77+113+74=264 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.17% from 264); Green value is 113 (44.53% from 255 or 42.80% from 264); Blue value is 74 (29.30% from 255 or 28.03% from 264); Max value from RGB is 113 - color contains mainly: green. Hex color #4D714A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D714A is #B28EB5. Grayscale: #616161. Windows color (decimal): -11701942 or 4878669. OLE color: 4878669.

HSL color Cylindrical-coordinate representation of color #4D714A: hue angle of 115.38º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4D714A is Cyan = 0.32, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB7711374-
CMYK0.3200.350.56
HSL115.38º20.86%36.67%-
HSV(B)115.38º34.51%44.31%-
XYZ10.213.888.62-
YUV97.79114.57113.17-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 29.17%
GREEN value IS 113 (44.53% from 255) = 42.80%
BLUE value IS 74 (29.30% from 255) = 28.03%
R=29.17%
G=42.80%
B=28.03%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal77113740.3200.350.56115.3820.8636.67
Hex4D714A2002338731525
Octal11516111240043701632545
Binary1001101111000110010101000000100011111000111001110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D714A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4D714A;
 }
 .AnyTagClassName
 {
   color: #4D714A;
 }
</style>
background-color css

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

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

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

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

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

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