Html Css Color HEX #49703A Fern Green

📋 copy color: '#49703A'

red 73 ◦ green 112 ◦ blue 58

#49703A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fern Green #49703A

Tints of Fern Green #49703A

RGB

 RED value IS 73 (28.91% from 255) = 30.04%

 GREEN value IS 112 (44.14% from 255) = 46.09%

 BLUE value IS 58 (23.05% from 255) = 23.87%

R = 30.04%
G = 46.09%
B = 23.87%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#49703A (or 0x49703A) is known color: Fern Green. HEX triplet: 49, 70 and 3A. RGB value is (73,112,58). Sum of RGB (Red+Green+Blue) = 73+112+58=243 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.04% from 243); Green value is 112 (44.14% from 255 or 46.09% from 243); Blue value is 58 (23.05% from 255 or 23.87% from 243); Max value from RGB is 112 - color contains mainly: green. Hex color #49703A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49703A is #B68FC5. Grayscale: #5E5E5E. Windows color (decimal): -11964358 or 3829833. OLE color: 3829833.

HSL color Cylindrical-coordinate representation of color #49703A: hue angle of 103.33º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #49703A is Cyan = 0.35, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 112 58 -
CMYK 0.35 0 0.48 0.56
HSL 103.33º 0.32% 0.33% -
HSV(B) 103.33º 0.48% 0.44% -
XYZ 9.31 13.31 6.08 -
YUV 94.18 107.58 112.89 -
System Red Green Blue C M Y K H S L
Decimal 73 112 58 0.35 0 0.48 0.56 103.33 0.32 0.33
Hex 49 70 3A 23 0 30 38 67 20 21
Octal 111 160 72 43 0 60 70 147 40 41
Binary 1001001 1110000 111010 100011 0 110000 111000 1100111 100000 100001

Color Harmonies of #49703A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49703A

Black with #49703A

Text Example


Text Example

White with #49703A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49703A; }

 p { color: rgb(73,112,58); }

 H1.HeaderClassName
 {
   color: #49703A;
 }
 .AnyTagClassName
 {
   color: #49703A;
 }
</style>

background-color css

<style>
 a { background-color: #49703A; }

 a { background-color: rgb(73,112,58); }

 div.DivClassName
 {
   background-color: #49703A;
 }
 .BgClassName
 {
   background-color: #49703A;
 }
</style>

border-color css

<style>
 span { border-color: #49703A; }

 span { border-color: rgb(73,112,58); }

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