Html Css Color HEX #50763F Fern Green

📋 copy color: '#50763F'

red 80 ◦ green 118 ◦ blue 63

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

Shades of Fern Green #50763F

Tints of Fern Green #50763F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 45.21%

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

R = 30.65%
G = 45.21%
B = 24.14%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#50763F (or 0x50763F) is known color: Fern Green. HEX triplet: 50, 76 and 3F. RGB value is (80,118,63). Sum of RGB (Red+Green+Blue) = 80+118+63=261 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.65% from 261); Green value is 118 (46.48% from 255 or 45.21% from 261); Blue value is 63 (25% from 255 or 24.14% from 261); Max value from RGB is 118 - color contains mainly: green. Hex color #50763F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50763F is #AF89C0. Grayscale: #646464. Windows color (decimal): -11504065 or 4159056. OLE color: 4159056.

HSL color Cylindrical-coordinate representation of color #50763F: hue angle of 101.45º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #50763F is Cyan = 0.32, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB 80 118 63 -
CMYK 0.32 0 0.47 0.54
HSL 101.45º 0.3% 0.35% -
HSV(B) 101.45º 0.47% 0.46% -
XYZ 10.68 15.02 7.04 -
YUV 100.37 106.91 113.47 -
System Red Green Blue C M Y K H S L
Decimal 80 118 63 0.32 0 0.47 0.54 101.45 0.3 0.35
Hex 50 76 3F 20 0 2F 36 65 1E 23
Octal 120 166 77 40 0 57 66 145 36 43
Binary 1010000 1110110 111111 100000 0 101111 110110 1100101 11110 100011

Color Harmonies of #50763F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50763F

Black with #50763F

Text Example


Text Example

White with #50763F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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