#49913F

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

Shades of Fern Green #49913F

Tints of Fern Green #49913F

Color information

#49913F (or 0x49913F) is unknown color: approx Fern Green. HEX triplet: 49, 91 and 3F. RGB value is (73,145,63). Sum of RGB (Red+Green+Blue) = 73+145+63=281 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.98% from 281); Green value is 145 (57.03% from 255 or 51.60% from 281); Blue value is 63 (25% from 255 or 22.42% from 281); Max value from RGB is 145 - color contains mainly: green. Hex color #49913F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49913F is #B66EC0. Grayscale: #727272. Windows color (decimal): -11955905 or 4165961. OLE color: 4165961.

HSL color Cylindrical-coordinate representation of color #49913F: hue angle of 112.68º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #49913F is Cyan = 0.50, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.

Color convert

RGB7314563-
CMYK0.5000.570.43
HSL112.68º39.42%40.78%-
HSV(B)112.68º56.55%56.86%-
XYZ13.7722.038.23-
YUV114.1299.1598.67-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.98%
GREEN value IS 145 (57.03% from 255) = 51.60%
BLUE value IS 63 (25% from 255) = 22.42%
R=25.98%
G=51.60%
B=22.42%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal73145630.5000.570.43112.6839.4240.78
Hex49913F320392B712729
Octal1112217762071531614751
Binary10010011001000111111111001001110011010111110001100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49913F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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