#498A41

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

Shades of Fern Green #498A41

Tints of Fern Green #498A41

Color information

#498A41 (or 0x498A41) is unknown color: approx Fern Green. HEX triplet: 49, 8A and 41. RGB value is (73,138,65). Sum of RGB (Red+Green+Blue) = 73+138+65=276 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.45% from 276); Green value is 138 (54.30% from 255 or 50% from 276); Blue value is 65 (25.78% from 255 or 23.55% from 276); Max value from RGB is 138 - color contains mainly: green. Hex color #498A41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498A41 is #B675BE. Grayscale: #6E6E6E. Windows color (decimal): -11957695 or 4295241. OLE color: 4295241.

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

Color convert

RGB7313865-
CMYK0.4700.530.46
HSL113.42º35.96%39.8%-
HSV(B)113.42º52.9%54.12%-
XYZ12.7919.988.18-
YUV110.24102.47101.44-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.45%
GREEN value IS 138 (54.30% from 255) = 50%
BLUE value IS 65 (25.78% from 255) = 23.55%
R=26.45%
G=50%
B=23.55%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal73138650.4700.530.46113.4235.9639.8
Hex498A412F0352E712428
Octal11121210157065561614450
Binary100100110001010100000110111101101011011101110001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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