Html Css Color HEX #49863C Fern Green

📋 copy color: '#49863C'

red 73 ◦ green 134 ◦ blue 60

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

Shades of Fern Green #49863C

Tints of Fern Green #49863C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 50.19%

 BLUE value IS 60 (23.83% from 255) = 22.47%

R = 27.34%
G = 50.19%
B = 22.47%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.55

 K value IS 0.47

RGB Variations

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

Color information

#49863C (or 0x49863C) is known color: Fern Green. HEX triplet: 49, 86 and 3C. RGB value is (73,134,60). Sum of RGB (Red+Green+Blue) = 73+134+60=267 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.34% from 267); Green value is 134 (52.73% from 255 or 50.19% from 267); Blue value is 60 (23.83% from 255 or 22.47% from 267); Max value from RGB is 134 - color contains mainly: green. Hex color #49863C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49863C is #B679C3. Grayscale: #6B6B6B. Windows color (decimal): -11958724 or 3966537. OLE color: 3966537.

HSL color Cylindrical-coordinate representation of color #49863C: hue angle of 109.46º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #49863C is Cyan = 0.46, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB 73 134 60 -
CMYK 0.46 0 0.55 0.47
HSL 109.46º 0.38% 0.38% -
HSV(B) 109.46º 0.55% 0.53% -
XYZ 12.09 18.79 7.27 -
YUV 107.33 101.29 103.52 -
System Red Green Blue C M Y K H S L
Decimal 73 134 60 0.46 0 0.55 0.47 109.46 0.38 0.38
Hex 49 86 3C 2E 0 37 2F 6D 26 26
Octal 111 206 74 56 0 67 57 155 46 46
Binary 1001001 10000110 111100 101110 0 110111 101111 1101101 100110 100110

Color Harmonies of #49863C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49863C

Black with #49863C

Text Example


Text Example

White with #49863C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49863C; }

 p { color: rgb(73,134,60); }

 H1.HeaderClassName
 {
   color: #49863C;
 }
 .AnyTagClassName
 {
   color: #49863C;
 }
</style>

background-color css

<style>
 a { background-color: #49863C; }

 a { background-color: rgb(73,134,60); }

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

border-color css

<style>
 span { border-color: #49863C; }

 span { border-color: rgb(73,134,60); }

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