#49723D

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

Shades of Fern Green #49723D

Tints of Fern Green #49723D

Color information

#49723D (or 0x49723D) is unknown color: approx Fern Green. HEX triplet: 49, 72 and 3D. RGB value is (73,114,61). Sum of RGB (Red+Green+Blue) = 73+114+61=248 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.44% from 248); Green value is 114 (44.92% from 255 or 45.97% from 248); Blue value is 61 (24.22% from 255 or 24.60% from 248); Max value from RGB is 114 - color contains mainly: green. Hex color #49723D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49723D is #B68DC2. Grayscale: #5F5F5F. Windows color (decimal): -11963843 or 4026953. OLE color: 4026953.

HSL color Cylindrical-coordinate representation of color #49723D: hue angle of 106.42º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #49723D is Cyan = 0.36, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB7311461-
CMYK0.3600.460.55
HSL106.42º30.29%34.31%-
HSV(B)106.42º46.49%44.71%-
XYZ9.6113.796.57-
YUV95.7108.42111.81-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.44%
GREEN value IS 114 (44.92% from 255) = 45.97%
BLUE value IS 61 (24.22% from 255) = 24.60%
R=29.44%
G=45.97%
B=24.60%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73114610.3600.460.55106.4230.2934.31
Hex49723D2402E376a1e22
Octal1111627544056671523642
Binary100100111100101111011001000101110110111110101011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49723D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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