#49843E

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

Shades of Fern Green #49843E

Tints of Fern Green #49843E

Color information

#49843E (or 0x49843E) is unknown color: approx Fern Green. HEX triplet: 49, 84 and 3E. RGB value is (73,132,62). Sum of RGB (Red+Green+Blue) = 73+132+62=267 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.34% from 267); Green value is 132 (51.95% from 255 or 49.44% from 267); Blue value is 62 (24.61% from 255 or 23.22% from 267); Max value from RGB is 132 - color contains mainly: green. Hex color #49843E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49843E is #B67BC1. Grayscale: #6A6A6A. Windows color (decimal): -11959234 or 4097097. OLE color: 4097097.

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

Color convert

RGB7313262-
CMYK0.4500.530.48
HSL110.57º36.08%38.04%-
HSV(B)110.57º53.03%51.76%-
XYZ11.8718.277.46-
YUV106.38102.95104.19-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.34%
GREEN value IS 132 (51.95% from 255) = 49.44%
BLUE value IS 62 (24.61% from 255) = 23.22%
R=27.34%
G=49.44%
B=23.22%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal73132620.4500.530.48110.5736.0838.04
Hex49843E2D035306f2426
Octal1112047655065601574446
Binary10010011000010011111010110101101011100001101111100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49843E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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