Html Css Color HEX #50863F Fern Green

📋 copy color: '#50863F'

red 80 ◦ green 134 ◦ blue 63

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

Shades of Fern Green #50863F

Tints of Fern Green #50863F

RGB

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

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

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

R = 28.88%
G = 48.38%
B = 22.74%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#50863F (or 0x50863F) is known color: Fern Green. HEX triplet: 50, 86 and 3F. RGB value is (80,134,63). Sum of RGB (Red+Green+Blue) = 80+134+63=277 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.88% from 277); Green value is 134 (52.73% from 255 or 48.38% from 277); Blue value is 63 (25% from 255 or 22.74% from 277); Max value from RGB is 134 - color contains mainly: green. Hex color #50863F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50863F is #AF79C0. Grayscale: #6D6D6D. Windows color (decimal): -11499969 or 4163152. OLE color: 4163152.

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

Color convert

RGB 80 134 63 -
CMYK 0.40 0 0.53 0.47
HSL 105.63º 0.36% 0.39% -
HSV(B) 105.63º 0.53% 0.53% -
XYZ 12.73 19.11 7.72 -
YUV 109.76 101.61 106.77 -
System Red Green Blue C M Y K H S L
Decimal 80 134 63 0.40 0 0.53 0.47 105.63 0.36 0.39
Hex 50 86 3F 28 0 35 2F 6A 24 27
Octal 120 206 77 50 0 65 57 152 44 47
Binary 1010000 10000110 111111 101000 0 110101 101111 1101010 100100 100111

Color Harmonies of #50863F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50863F

Black with #50863F

Text Example


Text Example

White with #50863F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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