#498440

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

Shades of Fern Green #498440

Tints of Fern Green #498440

Color information

#498440 (or 0x498440) is unknown color: approx Fern Green. HEX triplet: 49, 84 and 40. RGB value is (73,132,64). Sum of RGB (Red+Green+Blue) = 73+132+64=269 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.14% from 269); Green value is 132 (51.95% from 255 or 49.07% from 269); Blue value is 64 (25.39% from 255 or 23.79% from 269); Max value from RGB is 132 - color contains mainly: green. Hex color #498440 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498440 is #B67BBF. Grayscale: #6A6A6A. Windows color (decimal): -11959232 or 4228169. OLE color: 4228169.

HSL color Cylindrical-coordinate representation of color #498440: hue angle of 112.06º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #498440 is Cyan = 0.45, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB7313264-
CMYK0.4500.520.48
HSL112.06º34.69%38.43%-
HSV(B)112.06º51.52%51.76%-
XYZ11.9218.297.75-
YUV106.61103.95104.03-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.14%
GREEN value IS 132 (51.95% from 255) = 49.07%
BLUE value IS 64 (25.39% from 255) = 23.79%
R=27.14%
G=49.07%
B=23.79%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal73132640.4500.520.48112.0634.6938.43
Hex4984402D03430702326
Octal11120410055064601604346
Binary100100110000100100000010110101101001100001110000100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498440; }

 p { color: rgb(73,132,64); }

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

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

 a { background-color: rgb(73,132,64); }

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

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

 span { border-color: rgb(73,132,64); }

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