#498646

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

Shades of Fern Green #498646

Tints of Fern Green #498646

Color information

#498646 (or 0x498646) is unknown color: approx Fern Green. HEX triplet: 49, 86 and 46. RGB value is (73,134,70). Sum of RGB (Red+Green+Blue) = 73+134+70=277 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.35% from 277); Green value is 134 (52.73% from 255 or 48.38% from 277); Blue value is 70 (27.73% from 255 or 25.27% from 277); Max value from RGB is 134 - color contains mainly: green. Hex color #498646 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498646 is #B679B9. Grayscale: #6C6C6C. Windows color (decimal): -11958714 or 4621897. OLE color: 4621897.

HSL color Cylindrical-coordinate representation of color #498646: hue angle of 117.19º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #498646 is Cyan = 0.46, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.47.

Color convert

RGB7313470-
CMYK0.4600.480.47
HSL117.19º31.37%40%-
HSV(B)117.19º47.76%52.55%-
XYZ12.3818.918.79-
YUV108.46106.29102.7-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.35%
GREEN value IS 134 (52.73% from 255) = 48.38%
BLUE value IS 70 (27.73% from 255) = 25.27%
R=26.35%
G=48.38%
B=25.27%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal73134700.4600.480.47117.1931.3740
Hex4986462E0302F751f28
Octal11120610656060571653750
Binary10010011000011010001101011100110000101111111010111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498646; }

 p { color: rgb(73,134,70); }

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

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

 a { background-color: rgb(73,134,70); }

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

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

 span { border-color: rgb(73,134,70); }

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