#498145

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

Shades of Fern Green #498145

Tints of Fern Green #498145

Color information

#498145 (or 0x498145) is unknown color: approx Fern Green. HEX triplet: 49, 81 and 45. RGB value is (73,129,69). Sum of RGB (Red+Green+Blue) = 73+129+69=271 (35% of max value = 765). Red value is 73 (28.91% from 255 or 26.94% from 271); Green value is 129 (50.78% from 255 or 47.60% from 271); Blue value is 69 (27.34% from 255 or 25.46% from 271); Max value from RGB is 129 - color contains mainly: green. Hex color #498145 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498145 is #B67EBA. Grayscale: #696969. Windows color (decimal): -11959995 or 4555081. OLE color: 4555081.

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

Color convert

RGB7312969-
CMYK0.4300.470.49
HSL116º30.3%38.82%-
HSV(B)116º46.51%50.59%-
XYZ11.6717.558.4-
YUV105.42107.45104.88-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.94%
GREEN value IS 129 (50.78% from 255) = 47.60%
BLUE value IS 69 (27.34% from 255) = 25.46%
R=26.94%
G=47.60%
B=25.46%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal73129690.4300.470.4911630.338.82
Hex4981452B02F31741e27
Octal11120110553057611643647
Binary10010011000000110001011010110101111110001111010011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498145; }

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

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

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

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

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

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

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

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