#497940

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

Shades of Fern Green #497940

Tints of Fern Green #497940

Color information

#497940 (or 0x497940) is unknown color: approx Fern Green. HEX triplet: 49, 79 and 40. RGB value is (73,121,64). Sum of RGB (Red+Green+Blue) = 73+121+64=258 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.29% from 258); Green value is 121 (47.66% from 255 or 46.90% from 258); Blue value is 64 (25.39% from 255 or 24.81% from 258); Max value from RGB is 121 - color contains mainly: green. Hex color #497940 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497940 is #B686BF. Grayscale: #646464. Windows color (decimal): -11962048 or 4225353. OLE color: 4225353.

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

Color convert

RGB7312164-
CMYK0.4000.470.53
HSL110.53º30.81%36.27%-
HSV(B)110.53º47.11%47.45%-
XYZ10.5115.467.28-
YUV100.15107.6108.63-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.29%
GREEN value IS 121 (47.66% from 255) = 46.90%
BLUE value IS 64 (25.39% from 255) = 24.81%
R=28.29%
G=46.90%
B=24.81%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73121640.4000.470.53110.5330.8136.27
Hex4979402802F356f1f24
Octal11117110050057651573744
Binary1001001111100110000001010000101111110101110111111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497940; }

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

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

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

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

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

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

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

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