#497546

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

Shades of Fern Green #497546

Tints of Fern Green #497546

Color information

#497546 (or 0x497546) is unknown color: approx Fern Green. HEX triplet: 49, 75 and 46. RGB value is (73,117,70). Sum of RGB (Red+Green+Blue) = 73+117+70=260 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.08% from 260); Green value is 117 (46.09% from 255 or 45% from 260); Blue value is 70 (27.73% from 255 or 26.92% from 260); Max value from RGB is 117 - color contains mainly: green. Hex color #497546 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497546 is #B68AB9. Grayscale: #626262. Windows color (decimal): -11963066 or 4617545. OLE color: 4617545.

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

Color convert

RGB7311770-
CMYK0.3800.400.54
HSL116.17º25.13%36.67%-
HSV(B)116.17º40.17%45.88%-
XYZ10.2114.588.07-
YUV98.49111.92109.82-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.08%
GREEN value IS 117 (46.09% from 255) = 45%
BLUE value IS 70 (27.73% from 255) = 26.92%
R=28.08%
G=45%
B=26.92%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal73117700.3800.400.54116.1725.1336.67
Hex4975462602836741925
Octal11116510646050661643145
Binary1001001111010110001101001100101000110110111010011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497546; }

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

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

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

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

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

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

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

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