#497C45

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

Shades of Fern Green #497C45

Tints of Fern Green #497C45

Color information

#497C45 (or 0x497C45) is unknown color: approx Fern Green. HEX triplet: 49, 7C and 45. RGB value is (73,124,69). Sum of RGB (Red+Green+Blue) = 73+124+69=266 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.44% from 266); Green value is 124 (48.83% from 255 or 46.62% from 266); Blue value is 69 (27.34% from 255 or 25.94% from 266); Max value from RGB is 124 - color contains mainly: green. Hex color #497C45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497C45 is #B683BA. Grayscale: #666666. Windows color (decimal): -11961275 or 4553801. OLE color: 4553801.

HSL color Cylindrical-coordinate representation of color #497C45: hue angle of 115.64º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #497C45 is Cyan = 0.41, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.51.

Color convert

RGB7312469-
CMYK0.4100.440.51
HSL115.64º28.5%37.84%-
HSV(B)115.64º44.35%48.63%-
XYZ11.0316.268.19-
YUV102.48109.1106.97-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.44%
GREEN value IS 124 (48.83% from 255) = 46.62%
BLUE value IS 69 (27.34% from 255) = 25.94%
R=27.44%
G=46.62%
B=25.94%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal73124690.4100.440.51115.6428.537.84
Hex497C452902C33741c26
Octal11117410551054631643446
Binary1001001111110010001011010010101100110011111010011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497C45; }

 p { color: rgb(73,124,69); }

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

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

 a { background-color: rgb(73,124,69); }

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

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

 span { border-color: rgb(73,124,69); }

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