#497946

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

Shades of Fern Green #497946

Tints of Fern Green #497946

Color information

#497946 (or 0x497946) is unknown color: approx Fern Green. HEX triplet: 49, 79 and 46. RGB value is (73,121,70). Sum of RGB (Red+Green+Blue) = 73+121+70=264 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.65% from 264); Green value is 121 (47.66% from 255 or 45.83% from 264); Blue value is 70 (27.73% from 255 or 26.52% from 264); Max value from RGB is 121 - color contains mainly: green. Hex color #497946 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497946 is #B686B9. Grayscale: #646464. Windows color (decimal): -11962042 or 4618569. OLE color: 4618569.

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

Color convert

RGB7312170-
CMYK0.4000.420.53
HSL116.47º26.7%37.45%-
HSV(B)116.47º42.15%47.45%-
XYZ10.6915.538.23-
YUV100.83110.6108.15-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.65%
GREEN value IS 121 (47.66% from 255) = 45.83%
BLUE value IS 70 (27.73% from 255) = 26.52%
R=27.65%
G=45.83%
B=26.52%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73121700.4000.420.53116.4726.737.45
Hex4979462802A35741b25
Octal11117110650052651643345
Binary1001001111100110001101010000101010110101111010011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497946; }

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

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

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

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

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

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

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

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