#497142

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

Shades of Fern Green #497142

Tints of Fern Green #497142

Color information

#497142 (or 0x497142) is unknown color: approx Fern Green. HEX triplet: 49, 71 and 42. RGB value is (73,113,66). Sum of RGB (Red+Green+Blue) = 73+113+66=252 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.97% from 252); Green value is 113 (44.53% from 255 or 44.84% from 252); Blue value is 66 (26.17% from 255 or 26.19% from 252); Max value from RGB is 113 - color contains mainly: green. Hex color #497142 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497142 is #B68EBD. Grayscale: #5F5F5F. Windows color (decimal): -11964094 or 4354377. OLE color: 4354377.

HSL color Cylindrical-coordinate representation of color #497142: hue angle of 111.06º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #497142 is Cyan = 0.35, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB7311366-
CMYK0.3500.420.56
HSL111.06º26.26%35.1%-
HSV(B)111.06º41.59%44.31%-
XYZ9.6413.627.28-
YUV95.68111.25111.82-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.97%
GREEN value IS 113 (44.53% from 255) = 44.84%
BLUE value IS 66 (26.17% from 255) = 26.19%
R=28.97%
G=44.84%
B=26.19%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73113660.3500.420.56111.0626.2635.1
Hex4971422302A386f1a23
Octal11116110243052701573243
Binary1001001111000110000101000110101010111000110111111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497142; }

 p { color: rgb(73,113,66); }

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

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

 a { background-color: rgb(73,113,66); }

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

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

 span { border-color: rgb(73,113,66); }

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