#498545

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

Shades of Fern Green #498545

Tints of Fern Green #498545

Color information

#498545 (or 0x498545) is unknown color: approx Fern Green. HEX triplet: 49, 85 and 45. RGB value is (73,133,69). Sum of RGB (Red+Green+Blue) = 73+133+69=275 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.55% from 275); Green value is 133 (52.34% from 255 or 48.36% from 275); Blue value is 69 (27.34% from 255 or 25.09% from 275); Max value from RGB is 133 - color contains mainly: green. Hex color #498545 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498545 is #B67ABA. Grayscale: #6B6B6B. Windows color (decimal): -11958971 or 4556105. OLE color: 4556105.

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

Color convert

RGB7313369-
CMYK0.4500.480.48
HSL116.25º31.68%39.61%-
HSV(B)116.25º48.12%52.16%-
XYZ12.2118.628.58-
YUV107.76106.12103.2-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.55%
GREEN value IS 133 (52.34% from 255) = 48.36%
BLUE value IS 69 (27.34% from 255) = 25.09%
R=26.55%
G=48.36%
B=25.09%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal73133690.4500.480.48116.2531.6839.61
Hex4985452D03030742028
Octal11120510555060601644050
Binary100100110000101100010110110101100001100001110100100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498545; }

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

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

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

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

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

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

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

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