#49743E

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

Shades of Fern Green #49743E

Tints of Fern Green #49743E

Color information

#49743E (or 0x49743E) is unknown color: approx Fern Green. HEX triplet: 49, 74 and 3E. RGB value is (73,116,62). Sum of RGB (Red+Green+Blue) = 73+116+62=251 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.08% from 251); Green value is 116 (45.70% from 255 or 46.22% from 251); Blue value is 62 (24.61% from 255 or 24.70% from 251); Max value from RGB is 116 - color contains mainly: green. Hex color #49743E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49743E is #B68BC1. Grayscale: #616161. Windows color (decimal): -11963330 or 4093001. OLE color: 4093001.

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

Color convert

RGB7311662-
CMYK0.3700.470.55
HSL107.78º30.34%34.9%-
HSV(B)107.78º46.55%45.49%-
XYZ9.8614.266.79-
YUV96.99108.25110.89-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.08%
GREEN value IS 116 (45.70% from 255) = 46.22%
BLUE value IS 62 (24.61% from 255) = 24.70%
R=29.08%
G=46.22%
B=24.70%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73116620.3700.470.55107.7830.3434.9
Hex49743E2502F376c1e23
Octal1111647645057671543643
Binary100100111101001111101001010101111110111110110011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49743E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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