#4D864A

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

Shades of Fern Green #4D864A

Tints of Fern Green #4D864A

Color information

#4D864A (or 0x4D864A) is unknown color: approx Fern Green. HEX triplet: 4D, 86 and 4A. RGB value is (77,134,74). Sum of RGB (Red+Green+Blue) = 77+134+74=285 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.02% from 285); Green value is 134 (52.73% from 255 or 47.02% from 285); Blue value is 74 (29.30% from 255 or 25.96% from 285); Max value from RGB is 134 - color contains mainly: green. Hex color #4D864A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D864A is #B279B5. Grayscale: #6E6E6E. Windows color (decimal): -11696566 or 4884045. OLE color: 4884045.

HSL color Cylindrical-coordinate representation of color #4D864A: hue angle of 117º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4D864A is Cyan = 0.43, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB7713474-
CMYK0.4300.450.47
HSL117º28.85%40.78%-
HSV(B)117º44.78%52.55%-
XYZ12.8219.129.49-
YUV110.12107.62104.38-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 27.02%
GREEN value IS 134 (52.73% from 255) = 47.02%
BLUE value IS 74 (29.30% from 255) = 25.96%
R=27.02%
G=47.02%
B=25.96%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal77134740.4300.450.4711728.8540.78
Hex4D864A2B02D2F751d29
Octal11520611253055571653551
Binary10011011000011010010101010110101101101111111010111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D864A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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