Html Css Color HEX #49883E Fern Green

📋 copy color: '#49883E'

red 73 ◦ green 136 ◦ blue 62

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

Shades of Fern Green #49883E

Tints of Fern Green #49883E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 50.18%

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

R = 26.94%
G = 50.18%
B = 22.88%

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

#49883E (or 0x49883E) is known color: Fern Green. HEX triplet: 49, 88 and 3E. RGB value is (73,136,62). Sum of RGB (Red+Green+Blue) = 73+136+62=271 (35% of max value = 765). Red value is 73 (28.91% from 255 or 26.94% from 271); Green value is 136 (53.52% from 255 or 50.18% from 271); Blue value is 62 (24.61% from 255 or 22.88% from 271); Max value from RGB is 136 - color contains mainly: green. Hex color #49883E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49883E is #B677C1. Grayscale: #6C6C6C. Windows color (decimal): -11958210 or 4098121. OLE color: 4098121.

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

Color convert

RGB 73 136 62 -
CMYK 0.46 0 0.54 0.47
HSL 111.08º 0.37% 0.39% -
HSV(B) 111.08º 0.54% 0.53% -
XYZ 12.42 19.37 7.64 -
YUV 108.73 101.63 102.52 -
System Red Green Blue C M Y K H S L
Decimal 73 136 62 0.46 0 0.54 0.47 111.08 0.37 0.39
Hex 49 88 3E 2E 0 36 2F 6F 25 27
Octal 111 210 76 56 0 66 57 157 45 47
Binary 1001001 10001000 111110 101110 0 110110 101111 1101111 100101 100111

Color Harmonies of #49883E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49883E

Black with #49883E

Text Example


Text Example

White with #49883E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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