#498C3E

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

Shades of Fern Green #498C3E

Tints of Fern Green #498C3E

Color information

#498C3E (or 0x498C3E) is unknown color: approx Fern Green. HEX triplet: 49, 8C and 3E. RGB value is (73,140,62). Sum of RGB (Red+Green+Blue) = 73+140+62=275 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.55% from 275); Green value is 140 (55.08% from 255 or 50.91% from 275); Blue value is 62 (24.61% from 255 or 22.55% from 275); Max value from RGB is 140 - color contains mainly: green. Hex color #498C3E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498C3E is #B673C1. Grayscale: #6F6F6F. Windows color (decimal): -11957186 or 4099145. OLE color: 4099145.

HSL color Cylindrical-coordinate representation of color #498C3E: hue angle of 111.54º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #498C3E is Cyan = 0.48, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.45.

Color convert

RGB7314062-
CMYK0.4800.560.45
HSL111.54º38.61%39.61%-
HSV(B)111.54º55.71%54.9%-
XYZ1320.527.83-
YUV111.07100.3100.84-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.55%
GREEN value IS 140 (55.08% from 255) = 50.91%
BLUE value IS 62 (24.61% from 255) = 22.55%
R=26.55%
G=50.91%
B=22.55%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal73140620.4800.560.45111.5438.6139.61
Hex498C3E300382D702728
Octal1112147660070551604750
Binary10010011000110011111011000001110001011011110000100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,140,62); }

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

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

 a { background-color: rgb(73,140,62); }

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

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

 span { border-color: rgb(73,140,62); }

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