#498945

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

Shades of Fern Green #498945

Tints of Fern Green #498945

Color information

#498945 (or 0x498945) is unknown color: approx Fern Green. HEX triplet: 49, 89 and 45. RGB value is (73,137,69). Sum of RGB (Red+Green+Blue) = 73+137+69=279 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.16% from 279); Green value is 137 (53.91% from 255 or 49.10% from 279); Blue value is 69 (27.34% from 255 or 24.73% from 279); Max value from RGB is 137 - color contains mainly: green. Hex color #498945 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498945 is #B676BA. Grayscale: #6E6E6E. Windows color (decimal): -11957947 or 4557129. OLE color: 4557129.

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

Color convert

RGB7313769-
CMYK0.4700.500.46
HSL116.47º33.01%40.39%-
HSV(B)116.47º49.64%53.73%-
XYZ12.7719.748.77-
YUV110.11104.8101.53-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.16%
GREEN value IS 137 (53.91% from 255) = 49.10%
BLUE value IS 69 (27.34% from 255) = 24.73%
R=26.16%
G=49.10%
B=24.73%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal73137690.4700.500.46116.4733.0140.39
Hex4989452F0322E742128
Octal11121110557062561644150
Binary100100110001001100010110111101100101011101110100100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498945; }

 p { color: rgb(73,137,69); }

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

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

 a { background-color: rgb(73,137,69); }

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

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

 span { border-color: rgb(73,137,69); }

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