Html Css Color HEX #49913F Fern Green

📋 copy color: '#49913F'

red 73 ◦ green 145 ◦ blue 63

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

Shades of Fern Green #49913F

Tints of Fern Green #49913F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 51.6%

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

R = 25.98%
G = 51.6%
B = 22.42%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.57

 K value IS 0.43

RGB Variations

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

Color information

#49913F (or 0x49913F) is known color: Fern Green. HEX triplet: 49, 91 and 3F. RGB value is (73,145,63). Sum of RGB (Red+Green+Blue) = 73+145+63=281 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.98% from 281); Green value is 145 (57.03% from 255 or 51.60% from 281); Blue value is 63 (25% from 255 or 22.42% from 281); Max value from RGB is 145 - color contains mainly: green. Hex color #49913F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49913F is #B66EC0. Grayscale: #727272. Windows color (decimal): -11955905 or 4165961. OLE color: 4165961.

HSL color Cylindrical-coordinate representation of color #49913F: hue angle of 112.68º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #49913F is Cyan = 0.50, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.

Color convert

RGB 73 145 63 -
CMYK 0.50 0 0.57 0.43
HSL 112.68º 0.39% 0.41% -
HSV(B) 112.68º 0.57% 0.57% -
XYZ 13.77 22.03 8.23 -
YUV 114.12 99.15 98.67 -
System Red Green Blue C M Y K H S L
Decimal 73 145 63 0.50 0 0.57 0.43 112.68 0.39 0.41
Hex 49 91 3F 32 0 39 2B 71 27 29
Octal 111 221 77 62 0 71 53 161 47 51
Binary 1001001 10010001 111111 110010 0 111001 101011 1110001 100111 101001

Color Harmonies of #49913F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49913F

Black with #49913F

Text Example


Text Example

White with #49913F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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