#497D44

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

Shades of Fern Green #497D44

Tints of Fern Green #497D44

Color information

#497D44 (or 0x497D44) is unknown color: approx Fern Green. HEX triplet: 49, 7D and 44. RGB value is (73,125,68). Sum of RGB (Red+Green+Blue) = 73+125+68=266 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.44% from 266); Green value is 125 (49.22% from 255 or 46.99% from 266); Blue value is 68 (26.95% from 255 or 25.56% from 266); Max value from RGB is 125 - color contains mainly: green. Hex color #497D44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497D44 is #B682BB. Grayscale: #676767. Windows color (decimal): -11961020 or 4488521. OLE color: 4488521.

HSL color Cylindrical-coordinate representation of color #497D44: hue angle of 114.74º 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 #497D44 is Cyan = 0.42, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.51.

Color convert

RGB7312568-
CMYK0.4200.460.51
HSL114.74º29.53%37.84%-
HSV(B)114.74º45.6%49.02%-
XYZ11.1216.58.07-
YUV102.95108.27106.63-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.44%
GREEN value IS 125 (49.22% from 255) = 46.99%
BLUE value IS 68 (26.95% from 255) = 25.56%
R=27.44%
G=46.99%
B=25.56%

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
Decimal73125680.4200.460.51114.7429.5337.84
Hex497D442A02E33731e26
Octal11117510452056631633646
Binary1001001111110110001001010100101110110011111001111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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