Html Css Color HEX #49743D Fern Green

📋 copy color: '#49743D'

red 73 ◦ green 116 ◦ blue 61

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

Shades of Fern Green #49743D

Tints of Fern Green #49743D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 46.4%

 BLUE value IS 61 (24.22% from 255) = 24.4%

R = 29.2%
G = 46.4%
B = 24.4%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#49743D (or 0x49743D) is known color: Fern Green. HEX triplet: 49, 74 and 3D. RGB value is (73,116,61). Sum of RGB (Red+Green+Blue) = 73+116+61=250 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.2% from 250); Green value is 116 (45.70% from 255 or 46.4% from 250); Blue value is 61 (24.22% from 255 or 24.4% from 250); Max value from RGB is 116 - color contains mainly: green. Hex color #49743D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49743D is #B68BC2. Grayscale: #616161. Windows color (decimal): -11963331 or 4027465. OLE color: 4027465.

HSL color Cylindrical-coordinate representation of color #49743D: hue angle of 106.91º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #49743D is Cyan = 0.37, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 116 61 -
CMYK 0.37 0 0.47 0.55
HSL 106.91º 0.31% 0.35% -
HSV(B) 106.91º 0.47% 0.45% -
XYZ 9.84 14.24 6.65 -
YUV 96.87 107.75 110.97 -
System Red Green Blue C M Y K H S L
Decimal 73 116 61 0.37 0 0.47 0.55 106.91 0.31 0.35
Hex 49 74 3D 25 0 2F 37 6B 1F 23
Octal 111 164 75 45 0 57 67 153 37 43
Binary 1001001 1110100 111101 100101 0 101111 110111 1101011 11111 100011

Color Harmonies of #49743D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49743D

Black with #49743D

Text Example


Text Example

White with #49743D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #49743D;
 }
 .AnyTagClassName
 {
   color: #49743D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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