Html Css Color HEX #50863E Fern Green

📋 copy color: '#50863E'

red 80 ◦ green 134 ◦ blue 62

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

Shades of Fern Green #50863E

Tints of Fern Green #50863E

RGB

 RED value IS 80 (31.64% from 255) = 28.99%

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

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

R = 28.99%
G = 48.55%
B = 22.46%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#50863E (or 0x50863E) is known color: Fern Green. HEX triplet: 50, 86 and 3E. RGB value is (80,134,62). Sum of RGB (Red+Green+Blue) = 80+134+62=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 134 (52.73% from 255 or 48.55% from 276); Blue value is 62 (24.61% from 255 or 22.46% from 276); Max value from RGB is 134 - color contains mainly: green. Hex color #50863E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50863E is #AF79C1. Grayscale: #6D6D6D. Windows color (decimal): -11499970 or 4097616. OLE color: 4097616.

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

Color convert

RGB 80 134 62 -
CMYK 0.40 0 0.54 0.47
HSL 105º 0.37% 0.38% -
HSV(B) 105º 0.54% 0.53% -
XYZ 12.7 19.1 7.58 -
YUV 109.65 101.11 106.85 -
System Red Green Blue C M Y K H S L
Decimal 80 134 62 0.40 0 0.54 0.47 105 0.37 0.38
Hex 50 86 3E 28 0 36 2F 69 25 26
Octal 120 206 76 50 0 66 57 151 45 46
Binary 1010000 10000110 111110 101000 0 110110 101111 1101001 100101 100110

Color Harmonies of #50863E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50863E

Black with #50863E

Text Example


Text Example

White with #50863E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,134,62); }

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

background-color css

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

 a { background-color: rgb(80,134,62); }

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

border-color css

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

 span { border-color: rgb(80,134,62); }

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