#49823c

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

Shades of Fern Green #49823C

Tints of Fern Green #49823C

Color information

#49823C (or 0x49823C) is unknown color: approx Fern Green. HEX triplet: 49, 82 and 3C. RGB value is (73,130,60). Sum of RGB (Red+Green+Blue) = 73+130+60=263 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.76% from 263); Green value is 130 (51.17% from 255 or 49.43% from 263); Blue value is 60 (23.83% from 255 or 22.81% from 263); Max value from RGB is 130 - color contains mainly: green. Hex color #49823C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49823C is #B67DC3. Grayscale: #696969. Windows color (decimal): -11959748 or 3965513. OLE color: 3965513.

HSL color Cylindrical-coordinate representation of color #49823C: hue angle of 108.86º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #49823C is Cyan = 0.44, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.49.

Color convert

RGB7313060-
CMYK0.4400.540.49
HSL108.86º36.84%37.25%-
HSV(B)108.86º53.85%50.98%-
XYZ11.5517.717.08-
YUV104.98102.62105.19-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.76%
GREEN value IS 130 (51.17% from 255) = 49.43%
BLUE value IS 60 (23.83% from 255) = 22.81%
R=27.76%
G=49.43%
B=22.81%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal73130600.4400.540.49108.8636.8437.25
Hex49823C2C036316d2525
Octal1112027454066611554545
Binary10010011000001011110010110001101101100011101101100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49823c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49823c; }

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

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

<style>
 a { background-color: #49823c; }

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

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

<style>
 span { border-color: #49823c; }

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

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