#49843F

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

Shades of Fern Green #49843F

Tints of Fern Green #49843F

Color information

#49843F (or 0x49843F) is unknown color: approx Fern Green. HEX triplet: 49, 84 and 3F. RGB value is (73,132,63). Sum of RGB (Red+Green+Blue) = 73+132+63=268 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.24% from 268); Green value is 132 (51.95% from 255 or 49.25% from 268); Blue value is 63 (25% from 255 or 23.51% from 268); Max value from RGB is 132 - color contains mainly: green. Hex color #49843F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49843F is #B67BC0. Grayscale: #6A6A6A. Windows color (decimal): -11959233 or 4162633. OLE color: 4162633.

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

Color convert

RGB7313263-
CMYK0.4500.520.48
HSL111.3º35.38%38.24%-
HSV(B)111.3º52.27%51.76%-
XYZ11.918.287.6-
YUV106.49103.45104.11-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.24%
GREEN value IS 132 (51.95% from 255) = 49.25%
BLUE value IS 63 (25% from 255) = 23.51%
R=27.24%
G=49.25%
B=23.51%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal73132630.4500.520.48111.335.3838.24
Hex49843F2D034306f2326
Octal1112047755064601574346
Binary10010011000010011111110110101101001100001101111100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49843F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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