Html Css Color HEX #49853D Fern Green

📋 copy color: '#49853D'

red 73 ◦ green 133 ◦ blue 61

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

Shades of Fern Green #49853D

Tints of Fern Green #49853D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 49.81%

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

R = 27.34%
G = 49.81%
B = 22.85%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.54

 K value IS 0.48

RGB Variations

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

Color information

#49853D (or 0x49853D) is known color: Fern Green. HEX triplet: 49, 85 and 3D. RGB value is (73,133,61). Sum of RGB (Red+Green+Blue) = 73+133+61=267 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.34% from 267); Green value is 133 (52.34% from 255 or 49.81% from 267); Blue value is 61 (24.22% from 255 or 22.85% from 267); Max value from RGB is 133 - color contains mainly: green. Hex color #49853D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49853D is #B67AC2. Grayscale: #6B6B6B. Windows color (decimal): -11958979 or 4031817. OLE color: 4031817.

HSL color Cylindrical-coordinate representation of color #49853D: hue angle of 110º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #49853D is Cyan = 0.45, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.48.

Color convert

RGB 73 133 61 -
CMYK 0.45 0 0.54 0.48
HSL 110º 0.37% 0.38% -
HSV(B) 110º 0.54% 0.52% -
XYZ 11.98 18.53 7.36 -
YUV 106.85 102.12 103.85 -
System Red Green Blue C M Y K H S L
Decimal 73 133 61 0.45 0 0.54 0.48 110 0.37 0.38
Hex 49 85 3D 2D 0 36 30 6E 25 26
Octal 111 205 75 55 0 66 60 156 45 46
Binary 1001001 10000101 111101 101101 0 110110 110000 1101110 100101 100110

Color Harmonies of #49853D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49853D

Black with #49853D

Text Example


Text Example

White with #49853D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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