Html Css Color HEX #49863E Fern Green

📋 copy color: '#49863E'

red 73 ◦ green 134 ◦ blue 62

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

Shades of Fern Green #49863E

Tints of Fern Green #49863E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 23.05%

R = 27.14%
G = 49.81%
B = 23.05%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#49863E (or 0x49863E) is known color: Fern Green. HEX triplet: 49, 86 and 3E. RGB value is (73,134,62). Sum of RGB (Red+Green+Blue) = 73+134+62=269 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.14% from 269); Green value is 134 (52.73% from 255 or 49.81% from 269); Blue value is 62 (24.61% from 255 or 23.05% from 269); Max value from RGB is 134 - color contains mainly: green. Hex color #49863E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49863E is #B679C1. Grayscale: #6B6B6B. Windows color (decimal): -11958722 or 4097609. OLE color: 4097609.

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

Color convert

RGB 73 134 62 -
CMYK 0.46 0 0.54 0.47
HSL 110.83º 0.37% 0.38% -
HSV(B) 110.83º 0.54% 0.53% -
XYZ 12.14 18.81 7.55 -
YUV 107.55 102.29 103.35 -
System Red Green Blue C M Y K H S L
Decimal 73 134 62 0.46 0 0.54 0.47 110.83 0.37 0.38
Hex 49 86 3E 2E 0 36 2F 6F 25 26
Octal 111 206 76 56 0 66 57 157 45 46
Binary 1001001 10000110 111110 101110 0 110110 101111 1101111 100101 100110

Color Harmonies of #49863E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49863E

Black with #49863E

Text Example


Text Example

White with #49863E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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