#497C44

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

Shades of Fern Green #497C44

Tints of Fern Green #497C44

Color information

#497C44 (or 0x497C44) is unknown color: approx Fern Green. HEX triplet: 49, 7C and 44. RGB value is (73,124,68). Sum of RGB (Red+Green+Blue) = 73+124+68=265 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.55% from 265); Green value is 124 (48.83% from 255 or 46.79% from 265); Blue value is 68 (26.95% from 255 or 25.66% from 265); Max value from RGB is 124 - color contains mainly: green. Hex color #497C44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497C44 is #B683BB. Grayscale: #666666. Windows color (decimal): -11961276 or 4488265. OLE color: 4488265.

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

Color convert

RGB7312468-
CMYK0.4100.450.51
HSL114.64º29.17%37.65%-
HSV(B)114.64º45.16%48.63%-
XYZ1116.258.03-
YUV102.37108.6107.05-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.55%
GREEN value IS 124 (48.83% from 255) = 46.79%
BLUE value IS 68 (26.95% from 255) = 25.66%
R=27.55%
G=46.79%
B=25.66%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal73124680.4100.450.51114.6429.1737.65
Hex497C442902D33731d26
Octal11117410451055631633546
Binary1001001111110010001001010010101101110011111001111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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