#497D43

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

Shades of Fern Green #497D43

Tints of Fern Green #497D43

Color information

#497D43 (or 0x497D43) is unknown color: approx Fern Green. HEX triplet: 49, 7D and 43. RGB value is (73,125,67). Sum of RGB (Red+Green+Blue) = 73+125+67=265 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.55% from 265); Green value is 125 (49.22% from 255 or 47.17% from 265); Blue value is 67 (26.56% from 255 or 25.28% from 265); Max value from RGB is 125 - color contains mainly: green. Hex color #497D43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497D43 is #B682BC. Grayscale: #676767. Windows color (decimal): -11961021 or 4422985. OLE color: 4422985.

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

Color convert

RGB7312567-
CMYK0.4200.460.51
HSL113.79º30.21%37.65%-
HSV(B)113.79º46.4%49.02%-
XYZ11.0916.497.91-
YUV102.84107.77106.72-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.55%
GREEN value IS 125 (49.22% from 255) = 47.17%
BLUE value IS 67 (26.56% from 255) = 25.28%
R=27.55%
G=47.17%
B=25.28%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal73125670.4200.460.51113.7930.2137.65
Hex497D432A02E33721e26
Octal11117510352056631623646
Binary1001001111110110000111010100101110110011111001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,125,67); }

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

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

 a { background-color: rgb(73,125,67); }

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

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

 span { border-color: rgb(73,125,67); }

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