Html Css Color HEX #49843F Fern Green

📋 copy color: '#49843F'

red 73 ◦ green 132 ◦ blue 63

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

Shades of Fern Green #49843F

Tints of Fern Green #49843F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 49.25%

 BLUE value IS 63 (25% from 255) = 23.51%

R = 27.24%
G = 49.25%
B = 23.51%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#49843F (or 0x49843F) is known color: Fern Green. HEX triplet: 49, 84 and 3F. RGB value is (73,132,63). Sum of RGB (Red+Green+Blue) = 73+132+63=268 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.24% from 268); Green value is 132 (51.95% from 255 or 49.25% from 268); Blue value is 63 (25% from 255 or 23.51% from 268); Max value from RGB is 132 - color contains mainly: green. Hex color #49843F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49843F is #B67BC0. Grayscale: #6A6A6A. Windows color (decimal): -11959233 or 4162633. OLE color: 4162633.

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

Color convert

RGB 73 132 63 -
CMYK 0.45 0 0.52 0.48
HSL 111.3º 0.35% 0.38% -
HSV(B) 111.3º 0.52% 0.52% -
XYZ 11.9 18.28 7.6 -
YUV 106.49 103.45 104.11 -
System Red Green Blue C M Y K H S L
Decimal 73 132 63 0.45 0 0.52 0.48 111.3 0.35 0.38
Hex 49 84 3F 2D 0 34 30 6F 23 26
Octal 111 204 77 55 0 64 60 157 43 46
Binary 1001001 10000100 111111 101101 0 110100 110000 1101111 100011 100110

Color Harmonies of #49843F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49843F

Black with #49843F

Text Example


Text Example

White with #49843F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49843F; }

 p { color: rgb(73,132,63); }

 H1.HeaderClassName
 {
   color: #49843F;
 }
 .AnyTagClassName
 {
   color: #49843F;
 }
</style>

background-color css

<style>
 a { background-color: #49843F; }

 a { background-color: rgb(73,132,63); }

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

border-color css

<style>
 span { border-color: #49843F; }

 span { border-color: rgb(73,132,63); }

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