#498146

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

Shades of Fern Green #498146

Tints of Fern Green #498146

Color information

#498146 (or 0x498146) is unknown color: approx Fern Green. HEX triplet: 49, 81 and 46. RGB value is (73,129,70). Sum of RGB (Red+Green+Blue) = 73+129+70=272 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.84% from 272); Green value is 129 (50.78% from 255 or 47.43% from 272); Blue value is 70 (27.73% from 255 or 25.74% from 272); Max value from RGB is 129 - color contains mainly: green. Hex color #498146 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498146 is #B67EB9. Grayscale: #696969. Windows color (decimal): -11959994 or 4620617. OLE color: 4620617.

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

Color convert

RGB7312970-
CMYK0.4300.460.49
HSL116.95º29.65%39.02%-
HSV(B)116.95º45.74%50.59%-
XYZ11.717.568.57-
YUV105.53107.95104.8-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.84%
GREEN value IS 129 (50.78% from 255) = 47.43%
BLUE value IS 70 (27.73% from 255) = 25.74%
R=26.84%
G=47.43%
B=25.74%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal73129700.4300.460.49116.9529.6539.02
Hex4981462B02E31751e27
Octal11120110653056611653647
Binary10010011000000110001101010110101110110001111010111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498146; }

 p { color: rgb(73,129,70); }

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

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

 a { background-color: rgb(73,129,70); }

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

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

 span { border-color: rgb(73,129,70); }

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