#497145

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

Shades of Fern Green #497145

Tints of Fern Green #497145

Color information

#497145 (or 0x497145) is unknown color: approx Fern Green. HEX triplet: 49, 71 and 45. RGB value is (73,113,69). Sum of RGB (Red+Green+Blue) = 73+113+69=255 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.63% from 255); Green value is 113 (44.53% from 255 or 44.31% from 255); Blue value is 69 (27.34% from 255 or 27.06% from 255); Max value from RGB is 113 - color contains mainly: green. Hex color #497145 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497145 is #B68EBA. Grayscale: #606060. Windows color (decimal): -11964091 or 4550985. OLE color: 4550985.

HSL color Cylindrical-coordinate representation of color #497145: hue angle of 114.55º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #497145 is Cyan = 0.35, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.56.

Color convert

RGB7311369-
CMYK0.3500.390.56
HSL114.55º24.18%35.69%-
HSV(B)114.55º38.94%44.31%-
XYZ9.7313.667.75-
YUV96.02112.75111.58-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.63%
GREEN value IS 113 (44.53% from 255) = 44.31%
BLUE value IS 69 (27.34% from 255) = 27.06%
R=28.63%
G=44.31%
B=27.06%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73113690.3500.390.56114.5524.1835.69
Hex4971452302738731824
Octal11116110543047701633044
Binary1001001111000110001011000110100111111000111001111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497145; }

 p { color: rgb(73,113,69); }

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

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

 a { background-color: rgb(73,113,69); }

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

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

 span { border-color: rgb(73,113,69); }

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