#498A42

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

Shades of Fern Green #498A42

Tints of Fern Green #498A42

Color information

#498A42 (or 0x498A42) is unknown color: approx Fern Green. HEX triplet: 49, 8A and 42. RGB value is (73,138,66). Sum of RGB (Red+Green+Blue) = 73+138+66=277 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.35% from 277); Green value is 138 (54.30% from 255 or 49.82% from 277); Blue value is 66 (26.17% from 255 or 23.83% from 277); Max value from RGB is 138 - color contains mainly: green. Hex color #498A42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498A42 is #B675BD. Grayscale: #6E6E6E. Windows color (decimal): -11957694 or 4360777. OLE color: 4360777.

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

Color convert

RGB7313866-
CMYK0.4700.520.46
HSL114.17º35.29%40%-
HSV(B)114.17º52.17%54.12%-
XYZ12.8219.998.34-
YUV110.36102.97101.35-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.35%
GREEN value IS 138 (54.30% from 255) = 49.82%
BLUE value IS 66 (26.17% from 255) = 23.83%
R=26.35%
G=49.82%
B=23.83%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal73138660.4700.520.46114.1735.2940
Hex498A422F0342E722328
Octal11121210257064561624350
Binary100100110001010100001010111101101001011101110010100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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