#498B40

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

Shades of Fern Green #498B40

Tints of Fern Green #498B40

Color information

#498B40 (or 0x498B40) is unknown color: approx Fern Green. HEX triplet: 49, 8B and 40. RGB value is (73,139,64). Sum of RGB (Red+Green+Blue) = 73+139+64=276 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.45% from 276); Green value is 139 (54.69% from 255 or 50.36% from 276); Blue value is 64 (25.39% from 255 or 23.19% from 276); Max value from RGB is 139 - color contains mainly: green. Hex color #498B40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498B40 is #B674BF. Grayscale: #6E6E6E. Windows color (decimal): -11957440 or 4229961. OLE color: 4229961.

HSL color Cylindrical-coordinate representation of color #498B40: hue angle of 112.8º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #498B40 is Cyan = 0.47, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.45.

Color convert

RGB7313964-
CMYK0.4700.540.45
HSL112.8º36.95%39.8%-
HSV(B)112.8º53.96%54.51%-
XYZ12.9120.258.08-
YUV110.72101.63101.1-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.45%
GREEN value IS 139 (54.69% from 255) = 50.36%
BLUE value IS 64 (25.39% from 255) = 23.19%
R=26.45%
G=50.36%
B=23.19%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal73139640.4700.540.45112.836.9539.8
Hex498B402F0362D712528
Octal11121310057066551614550
Binary100100110001011100000010111101101101011011110001100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498B40; }

 p { color: rgb(73,139,64); }

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

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

 a { background-color: rgb(73,139,64); }

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

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

 span { border-color: rgb(73,139,64); }

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