#49763F

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

Shades of Fern Green #49763F

Tints of Fern Green #49763F

Color information

#49763F (or 0x49763F) is unknown color: approx Fern Green. HEX triplet: 49, 76 and 3F. RGB value is (73,118,63). Sum of RGB (Red+Green+Blue) = 73+118+63=254 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.74% from 254); Green value is 118 (46.48% from 255 or 46.46% from 254); Blue value is 63 (25% from 255 or 24.80% from 254); Max value from RGB is 118 - color contains mainly: green. Hex color #49763F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49763F is #B689C0. Grayscale: #626262. Windows color (decimal): -11962817 or 4159049. OLE color: 4159049.

HSL color Cylindrical-coordinate representation of color #49763F: hue angle of 109.09º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #49763F is Cyan = 0.38, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB7311863-
CMYK0.3800.470.54
HSL109.09º30.39%35.49%-
HSV(B)109.09º46.61%46.27%-
XYZ10.1214.737.01-
YUV98.28108.09109.97-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.74%
GREEN value IS 118 (46.48% from 255) = 46.46%
BLUE value IS 63 (25% from 255) = 24.80%
R=28.74%
G=46.46%
B=24.80%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal73118630.3800.470.54109.0930.3935.49
Hex49763F2602F366d1e23
Octal1111667746057661553643
Binary100100111101101111111001100101111110110110110111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49763F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49763F; }

 p { color: rgb(73,118,63); }

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

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

 a { background-color: rgb(73,118,63); }

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

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

 span { border-color: rgb(73,118,63); }

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