Html Css Color HEX #49863B Fern Green

📋 copy color: '#49863B'

red 73 ◦ green 134 ◦ blue 59

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

Shades of Fern Green #49863B

Tints of Fern Green #49863B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 50.38%

 BLUE value IS 59 (23.44% from 255) = 22.18%

R = 27.44%
G = 50.38%
B = 22.18%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#49863B (or 0x49863B) is known color: Fern Green. HEX triplet: 49, 86 and 3B. RGB value is (73,134,59). Sum of RGB (Red+Green+Blue) = 73+134+59=266 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.44% from 266); Green value is 134 (52.73% from 255 or 50.38% from 266); Blue value is 59 (23.44% from 255 or 22.18% from 266); Max value from RGB is 134 - color contains mainly: green. Hex color #49863B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49863B is #B679C4. Grayscale: #6B6B6B. Windows color (decimal): -11958725 or 3901001. OLE color: 3901001.

HSL color Cylindrical-coordinate representation of color #49863B: hue angle of 108.8º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #49863B is Cyan = 0.46, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB 73 134 59 -
CMYK 0.46 0 0.56 0.47
HSL 108.8º 0.39% 0.38% -
HSV(B) 108.8º 0.56% 0.53% -
XYZ 12.06 18.78 7.13 -
YUV 107.21 100.79 103.6 -
System Red Green Blue C M Y K H S L
Decimal 73 134 59 0.46 0 0.56 0.47 108.8 0.39 0.38
Hex 49 86 3B 2E 0 38 2F 6D 27 26
Octal 111 206 73 56 0 70 57 155 47 46
Binary 1001001 10000110 111011 101110 0 111000 101111 1101101 100111 100110

Color Harmonies of #49863B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49863B

Black with #49863B

Text Example


Text Example

White with #49863B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49863B; }

 p { color: rgb(73,134,59); }

 H1.HeaderClassName
 {
   color: #49863B;
 }
 .AnyTagClassName
 {
   color: #49863B;
 }
</style>

background-color css

<style>
 a { background-color: #49863B; }

 a { background-color: rgb(73,134,59); }

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

border-color css

<style>
 span { border-color: #49863B; }

 span { border-color: rgb(73,134,59); }

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