#497944

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

Shades of Fern Green #497944

Tints of Fern Green #497944

Color information

#497944 (or 0x497944) is unknown color: approx Fern Green. HEX triplet: 49, 79 and 44. RGB value is (73,121,68). Sum of RGB (Red+Green+Blue) = 73+121+68=262 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.86% from 262); Green value is 121 (47.66% from 255 or 46.18% from 262); Blue value is 68 (26.95% from 255 or 25.95% from 262); Max value from RGB is 121 - color contains mainly: green. Hex color #497944 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497944 is #B686BB. Grayscale: #646464. Windows color (decimal): -11962044 or 4487497. OLE color: 4487497.

HSL color Cylindrical-coordinate representation of color #497944: hue angle of 114.34º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #497944 is Cyan = 0.40, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.53.

Color convert

RGB7312168-
CMYK0.4000.440.53
HSL114.34º28.04%37.06%-
HSV(B)114.34º43.8%47.45%-
XYZ10.6315.517.9-
YUV100.61109.6108.31-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.86%
GREEN value IS 121 (47.66% from 255) = 46.18%
BLUE value IS 68 (26.95% from 255) = 25.95%
R=27.86%
G=46.18%
B=25.95%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73121680.4000.440.53114.3428.0437.06
Hex4979442802C35721c25
Octal11117110450054651623445
Binary1001001111100110001001010000101100110101111001011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497944; }

 p { color: rgb(73,121,68); }

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

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

 a { background-color: rgb(73,121,68); }

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

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

 span { border-color: rgb(73,121,68); }

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