#497146

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

Shades of Fern Green #497146

Tints of Fern Green #497146

Color information

#497146 (or 0x497146) is unknown color: approx Fern Green. HEX triplet: 49, 71 and 46. RGB value is (73,113,70). Sum of RGB (Red+Green+Blue) = 73+113+70=256 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.52% from 256); Green value is 113 (44.53% from 255 or 44.14% from 256); Blue value is 70 (27.73% from 255 or 27.34% from 256); Max value from RGB is 113 - color contains mainly: green. Hex color #497146 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497146 is #B68EB9. Grayscale: #606060. Windows color (decimal): -11964090 or 4616521. OLE color: 4616521.

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

Color convert

RGB7311370-
CMYK0.3500.380.56
HSL115.81º23.5%35.88%-
HSV(B)115.81º38.05%44.31%-
XYZ9.7613.677.92-
YUV96.14113.25111.5-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.52%
GREEN value IS 113 (44.53% from 255) = 44.14%
BLUE value IS 70 (27.73% from 255) = 27.34%
R=28.52%
G=44.14%
B=27.34%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73113700.3500.380.56115.8123.535.88
Hex4971462302638741724
Octal11116110643046701642744
Binary1001001111000110001101000110100110111000111010010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497146; }

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

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

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

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

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

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

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

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