Html Css Color HEX #49823F Fern Green

📋 copy color: '#49823F'

red 73 ◦ green 130 ◦ blue 63

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

Shades of Fern Green #49823F

Tints of Fern Green #49823F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 48.87%

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

R = 27.44%
G = 48.87%
B = 23.68%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.52

 K value IS 0.49

RGB Variations

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

Color information

#49823F (or 0x49823F) is known color: Fern Green. HEX triplet: 49, 82 and 3F. RGB value is (73,130,63). Sum of RGB (Red+Green+Blue) = 73+130+63=266 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.44% from 266); Green value is 130 (51.17% from 255 or 48.87% from 266); Blue value is 63 (25% from 255 or 23.68% from 266); Max value from RGB is 130 - color contains mainly: green. Hex color #49823F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49823F is #B67DC0. Grayscale: #696969. Windows color (decimal): -11959745 or 4162121. OLE color: 4162121.

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

Color convert

RGB 73 130 63 -
CMYK 0.44 0 0.52 0.49
HSL 111.04º 0.35% 0.38% -
HSV(B) 111.04º 0.52% 0.51% -
XYZ 11.63 17.74 7.51 -
YUV 105.32 104.12 104.95 -
System Red Green Blue C M Y K H S L
Decimal 73 130 63 0.44 0 0.52 0.49 111.04 0.35 0.38
Hex 49 82 3F 2C 0 34 31 6F 23 26
Octal 111 202 77 54 0 64 61 157 43 46
Binary 1001001 10000010 111111 101100 0 110100 110001 1101111 100011 100110

Color Harmonies of #49823F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49823F

Black with #49823F

Text Example


Text Example

White with #49823F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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