#499141

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

Shades of Fern Green #499141

Tints of Fern Green #499141

Color information

#499141 (or 0x499141) is unknown color: approx Fern Green. HEX triplet: 49, 91 and 41. RGB value is (73,145,65). Sum of RGB (Red+Green+Blue) = 73+145+65=283 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.80% from 283); Green value is 145 (57.03% from 255 or 51.24% from 283); Blue value is 65 (25.78% from 255 or 22.97% from 283); Max value from RGB is 145 - color contains mainly: green. Hex color #499141 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499141 is #B66EBE. Grayscale: #727272. Windows color (decimal): -11955903 or 4297033. OLE color: 4297033.

HSL color Cylindrical-coordinate representation of color #499141: hue angle of 114º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #499141 is Cyan = 0.50, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.43.

Color convert

RGB7314565-
CMYK0.5000.550.43
HSL114º38.1%41.18%-
HSV(B)114º55.17%56.86%-
XYZ13.8322.058.53-
YUV114.35100.1598.5-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.80%
GREEN value IS 145 (57.03% from 255) = 51.24%
BLUE value IS 65 (25.78% from 255) = 22.97%
R=25.80%
G=51.24%
B=22.97%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal73145650.5000.550.4311438.141.18
Hex499141320372B722629
Octal11122110162067531624651
Binary100100110010001100000111001001101111010111110010100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499141; }

 p { color: rgb(73,145,65); }

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

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

 a { background-color: rgb(73,145,65); }

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

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

 span { border-color: rgb(73,145,65); }

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