#49743F

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

Shades of Fern Green #49743F

Tints of Fern Green #49743F

Color information

#49743F (or 0x49743F) is unknown color: approx Fern Green. HEX triplet: 49, 74 and 3F. RGB value is (73,116,63). Sum of RGB (Red+Green+Blue) = 73+116+63=252 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.97% from 252); Green value is 116 (45.70% from 255 or 46.03% from 252); Blue value is 63 (25% from 255 or 25% from 252); Max value from RGB is 116 - color contains mainly: green. Hex color #49743F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49743F is #B68BC0. Grayscale: #616161. Windows color (decimal): -11963329 or 4158537. OLE color: 4158537.

HSL color Cylindrical-coordinate representation of color #49743F: hue angle of 108.68º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #49743F is Cyan = 0.37, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB7311663-
CMYK0.3700.460.55
HSL108.68º29.61%35.1%-
HSV(B)108.68º45.69%45.49%-
XYZ9.8914.276.93-
YUV97.1108.75110.81-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.97%
GREEN value IS 116 (45.70% from 255) = 46.03%
BLUE value IS 63 (25% from 255) = 25%
R=28.97%
G=46.03%
B=25%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73116630.3700.460.55108.6829.6135.1
Hex49743F2502E376d1e23
Octal1111647745056671553643
Binary100100111101001111111001010101110110111110110111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49743F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49743F; }

 p { color: rgb(73,116,63); }

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

<style>
 a { background-color: #49743F; }

 a { background-color: rgb(73,116,63); }

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

<style>
 span { border-color: #49743F; }

 span { border-color: rgb(73,116,63); }

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