#497446

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

Shades of Fern Green #497446

Tints of Fern Green #497446

Color information

#497446 (or 0x497446) is unknown color: approx Fern Green. HEX triplet: 49, 74 and 46. RGB value is (73,116,70). Sum of RGB (Red+Green+Blue) = 73+116+70=259 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.19% from 259); Green value is 116 (45.70% from 255 or 44.79% from 259); Blue value is 70 (27.73% from 255 or 27.03% from 259); Max value from RGB is 116 - color contains mainly: green. Hex color #497446 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497446 is #B68BB9. Grayscale: #626262. Windows color (decimal): -11963322 or 4617289. OLE color: 4617289.

HSL color Cylindrical-coordinate representation of color #497446: hue angle of 116.09º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #497446 is Cyan = 0.37, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.55.

Color convert

RGB7311670-
CMYK0.3700.400.55
HSL116.09º24.73%36.47%-
HSV(B)116.09º39.66%45.49%-
XYZ10.114.358.03-
YUV97.9112.25110.24-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.19%
GREEN value IS 116 (45.70% from 255) = 44.79%
BLUE value IS 70 (27.73% from 255) = 27.03%
R=28.19%
G=44.79%
B=27.03%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73116700.3700.400.55116.0924.7336.47
Hex4974462502837741924
Octal11116410645050671643144
Binary1001001111010010001101001010101000110111111010011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497446; }

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

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

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

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

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

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

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

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