#49843C

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

Shades of Fern Green #49843C

Tints of Fern Green #49843C

Color information

#49843C (or 0x49843C) is unknown color: approx Fern Green. HEX triplet: 49, 84 and 3C. RGB value is (73,132,60). Sum of RGB (Red+Green+Blue) = 73+132+60=265 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.55% from 265); Green value is 132 (51.95% from 255 or 49.81% from 265); Blue value is 60 (23.83% from 255 or 22.64% from 265); Max value from RGB is 132 - color contains mainly: green. Hex color #49843C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49843C is #B67BC3. Grayscale: #6A6A6A. Windows color (decimal): -11959236 or 3966025. OLE color: 3966025.

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

Color convert

RGB7313260-
CMYK0.4500.550.48
HSL109.17º37.5%37.65%-
HSV(B)109.17º54.55%51.76%-
XYZ11.8118.257.17-
YUV106.15101.95104.35-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.55%
GREEN value IS 132 (51.95% from 255) = 49.81%
BLUE value IS 60 (23.83% from 255) = 22.64%
R=27.55%
G=49.81%
B=22.64%

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
Decimal73132600.4500.550.48109.1737.537.65
Hex49843C2D037306d2626
Octal1112047455067601554646
Binary10010011000010011110010110101101111100001101101100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49843C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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