#497241

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

Shades of Fern Green #497241

Tints of Fern Green #497241

Color information

#497241 (or 0x497241) is unknown color: approx Fern Green. HEX triplet: 49, 72 and 41. RGB value is (73,114,65). Sum of RGB (Red+Green+Blue) = 73+114+65=252 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.97% from 252); Green value is 114 (44.92% from 255 or 45.24% from 252); Blue value is 65 (25.78% from 255 or 25.79% from 252); Max value from RGB is 114 - color contains mainly: green. Hex color #497241 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497241 is #B68DBE. Grayscale: #606060. Windows color (decimal): -11963839 or 4289097. OLE color: 4289097.

HSL color Cylindrical-coordinate representation of color #497241: hue angle of 110.2º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #497241 is Cyan = 0.36, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB7311465-
CMYK0.3600.430.55
HSL110.2º27.37%35.1%-
HSV(B)110.2º42.98%44.71%-
XYZ9.7213.837.16-
YUV96.15110.42111.48-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.97%
GREEN value IS 114 (44.92% from 255) = 45.24%
BLUE value IS 65 (25.78% from 255) = 25.79%
R=28.97%
G=45.24%
B=25.79%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73114650.3600.430.55110.227.3735.1
Hex4972412402B376e1b23
Octal11116210144053671563343
Binary1001001111001010000011001000101011110111110111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497241; }

 p { color: rgb(73,114,65); }

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

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

 a { background-color: rgb(73,114,65); }

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

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

 span { border-color: rgb(73,114,65); }

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