#49853E

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

Shades of Fern Green #49853E

Tints of Fern Green #49853E

Color information

#49853E (or 0x49853E) is unknown color: approx Fern Green. HEX triplet: 49, 85 and 3E. RGB value is (73,133,62). Sum of RGB (Red+Green+Blue) = 73+133+62=268 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.24% from 268); Green value is 133 (52.34% from 255 or 49.63% from 268); Blue value is 62 (24.61% from 255 or 23.13% from 268); Max value from RGB is 133 - color contains mainly: green. Hex color #49853E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49853E is #B67AC1. Grayscale: #6B6B6B. Windows color (decimal): -11958978 or 4097353. OLE color: 4097353.

HSL color Cylindrical-coordinate representation of color #49853E: hue angle of 110.7º 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 #49853E is Cyan = 0.45, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB7313362-
CMYK0.4500.530.48
HSL110.7º36.41%38.24%-
HSV(B)110.7º53.38%52.16%-
XYZ1218.547.5-
YUV106.97102.62103.77-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.24%
GREEN value IS 133 (52.34% from 255) = 49.63%
BLUE value IS 62 (24.61% from 255) = 23.13%
R=27.24%
G=49.63%
B=23.13%

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
Decimal73133620.4500.530.48110.736.4138.24
Hex49853E2D035306f2426
Octal1112057655065601574446
Binary10010011000010111111010110101101011100001101111100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49853E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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