#498445

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

Shades of Fern Green #498445

Tints of Fern Green #498445

Color information

#498445 (or 0x498445) is unknown color: approx Fern Green. HEX triplet: 49, 84 and 45. RGB value is (73,132,69). Sum of RGB (Red+Green+Blue) = 73+132+69=274 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.64% from 274); Green value is 132 (51.95% from 255 or 48.18% from 274); Blue value is 69 (27.34% from 255 or 25.18% from 274); Max value from RGB is 132 - color contains mainly: green. Hex color #498445 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498445 is #B67BBA. Grayscale: #6B6B6B. Windows color (decimal): -11959227 or 4555849. OLE color: 4555849.

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

Color convert

RGB7313269-
CMYK0.4500.480.48
HSL116.19º31.34%39.41%-
HSV(B)116.19º47.73%51.76%-
XYZ12.0718.358.54-
YUV107.18106.45103.62-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.64%
GREEN value IS 132 (51.95% from 255) = 48.18%
BLUE value IS 69 (27.34% from 255) = 25.18%
R=26.64%
G=48.18%
B=25.18%

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
Decimal73132690.4500.480.48116.1931.3439.41
Hex4984452D03030741f27
Octal11120410555060601643747
Binary10010011000010010001011011010110000110000111010011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498445; }

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

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

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

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

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

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

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

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