#49833D

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

Shades of Fern Green #49833D

Tints of Fern Green #49833D

Color information

#49833D (or 0x49833D) is unknown color: approx Fern Green. HEX triplet: 49, 83 and 3D. RGB value is (73,131,61). Sum of RGB (Red+Green+Blue) = 73+131+61=265 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.55% from 265); Green value is 131 (51.56% from 255 or 49.43% from 265); Blue value is 61 (24.22% from 255 or 23.02% from 265); Max value from RGB is 131 - color contains mainly: green. Hex color #49833D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49833D is #B67CC2. Grayscale: #696969. Windows color (decimal): -11959491 or 4031305. OLE color: 4031305.

HSL color Cylindrical-coordinate representation of color #49833D: hue angle of 109.71º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #49833D is Cyan = 0.44, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB7313161-
CMYK0.4400.530.49
HSL109.71º36.46%37.65%-
HSV(B)109.71º53.44%51.37%-
XYZ11.7117.997.27-
YUV105.68102.78104.69-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.55%
GREEN value IS 131 (51.56% from 255) = 49.43%
BLUE value IS 61 (24.22% from 255) = 23.02%
R=27.55%
G=49.43%
B=23.02%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal73131610.4400.530.49109.7136.4637.65
Hex49833D2C035316e2426
Octal1112037554065611564446
Binary10010011000001111110110110001101011100011101110100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49833D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49833D; }

 p { color: rgb(73,131,61); }

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

<style>
 a { background-color: #49833D; }

 a { background-color: rgb(73,131,61); }

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

<style>
 span { border-color: #49833D; }

 span { border-color: rgb(73,131,61); }

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