#49843B

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

Shades of Fern Green #49843B

Tints of Fern Green #49843B

Color information

#49843B (or 0x49843B) is unknown color: approx Fern Green. HEX triplet: 49, 84 and 3B. RGB value is (73,132,59). Sum of RGB (Red+Green+Blue) = 73+132+59=264 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.65% from 264); Green value is 132 (51.95% from 255 or 50% from 264); Blue value is 59 (23.44% from 255 or 22.35% from 264); Max value from RGB is 132 - color contains mainly: green. Hex color #49843B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49843B is #B67BC4. Grayscale: #6A6A6A. Windows color (decimal): -11959237 or 3900489. OLE color: 3900489.

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

Color convert

RGB7313259-
CMYK0.4500.550.48
HSL108.49º38.22%37.45%-
HSV(B)108.49º55.3%51.76%-
XYZ11.7918.237.04-
YUV106.04101.45104.44-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.65%
GREEN value IS 132 (51.95% from 255) = 50%
BLUE value IS 59 (23.44% from 255) = 22.35%
R=27.65%
G=50%
B=22.35%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal73132590.4500.550.48108.4938.2237.45
Hex49843B2D037306c2625
Octal1112047355067601544645
Binary10010011000010011101110110101101111100001101100100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49843B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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